Skip to content

Commit

Permalink
Update shell-format.yaml (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Nov 23, 2024
1 parent 91a92af commit 0121669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shell-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "${COMMIT_MSG}" # Use the commit message here
git push --set-upstream origin ${BRANCH_NAME}
git push -f --set-upstream origin ${BRANCH_NAME}
gh pr create --title "${COMMIT_MSG}" --body "This PR formats shell scripts with shfmt."
)
env:
Expand Down

0 comments on commit 0121669

Please sign in to comment.