We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c5521 commit 5dc856dCopy full SHA for 5dc856d
.github/workflows/format.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Skip if bot
23
run: |
24
AUTHOR=$(git log -1 --pretty=%an)
25
+ echo ">$AUTHOR<"
26
if [[ $AUTHOR =~ [Bb]ot ]]; then
27
echo "Commit made by bot, skipping further steps in the pipeline."
28
exit 0
@@ -49,4 +50,4 @@ jobs:
49
50
git config user.name "Bot"
51
git config user.email "<[email protected]>"
52
git commit -am "Fix file format"
- git push origin HEAD:${{github.event.pull_request.head.ref}}
53
+ git push
0 commit comments