Skip to content

Commit

Permalink
Sudo stage
Browse files Browse the repository at this point in the history
  • Loading branch information
amousavigourabi committed Aug 17, 2023
1 parent 20dc1d4 commit 250eba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
- name: 'Commit and push the changed files'
run: |
sudo ${{ github.action_path }}/setup-branch.sh ${{ inputs.branch }}
git stage -A ${{ inputs.files }}
sudo git stage -A ${{ inputs.files }}
sudo ${{ github.action_path }}/commit.sh "${{ inputs.message }}" ${{ inputs.allow-empty }}
sudo ${{ github.action_path }}/push.sh ${{ inputs.branch }}
shell: bash

0 comments on commit 250eba8

Please sign in to comment.