removed commented code

This commit is contained in:
2026-06-18 20:07:39 +02:00
parent d87e93c19b
commit 65ff15f70d
-7
View File
@@ -57,10 +57,3 @@ runs:
git commit -m "${{ inputs.commit_message }}"
git push origin "HEAD:${{ inputs.branch }}"
shell: bash
# - name: Run autodeploy setup script
# working-directory: ${{ github.workspace }}
# run: |
# chmod +x autodeploy/setup.sh
# ./autodeploy/setup.sh
# shell: bash