Skip to content

Commit c889b74

Browse files
committed
b
1 parent 923d3f7 commit c889b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
ssh-key: ${{ env.SSH_KEY }}
1919
fetch-depth: 0
2020

21-
2221
- name: Skip if bot
2322
run: |
23+
git checkout ${{github.event.pull_request.head.ref}}
2424
git log -1
2525
AUTHOR=$(git log -1 --pretty="%an %ae")
2626
echo ">$AUTHOR<"

0 commit comments

Comments
 (0)