diff --git a/action.yml b/action.yml index 727da61..f10f6dd 100644 --- a/action.yml +++ b/action.yml @@ -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