Skip to content

Commit

Permalink
Sudo commit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amousavigourabi committed Aug 17, 2023
1 parent 8fb5240 commit 68f4956
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 @@ -57,6 +57,6 @@ runs:
run: |
sudo ${{ github.action_path }}/setup-branch.sh ${{ inputs.branch }}
git stage -A ${{ inputs.files }}
${{ github.action_path }}/commit.sh "${{ inputs.message }}" ${{ inputs.allow-empty }}
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 68f4956

Please sign in to comment.