Skip to content

Commit

Permalink
Fixed some minor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
5herlocked committed Oct 2, 2023
1 parent 602b806 commit e0c5a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --local user.email "dev@null"
git config --local user.name "Conformitron Bot"

git revert $commits --no-edit || echo "Commit ${commit[0]} not reverted"
git revert $commits --no-edit || echo "Commit $commits not reverted"

# for commit in $commits; do
# echo $commit
Expand Down

0 comments on commit e0c5a43

Please sign in to comment.