Skip to content

Commit 5dc856d

Browse files
committed
a
1 parent e5c5521 commit 5dc856d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Skip if bot
2323
run: |
2424
AUTHOR=$(git log -1 --pretty=%an)
25+
echo ">$AUTHOR<"
2526
if [[ $AUTHOR =~ [Bb]ot ]]; then
2627
echo "Commit made by bot, skipping further steps in the pipeline."
2728
exit 0
@@ -49,4 +50,4 @@ jobs:
4950
git config user.name "Bot"
5051
git config user.email "<[email protected]>"
5152
git commit -am "Fix file format"
52-
git push origin HEAD:${{github.event.pull_request.head.ref}}
53+
git push

0 commit comments

Comments
 (0)