Skip to content

Commit

Permalink
fix(chore): show git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 28, 2024
1 parent 716ef11 commit 3f3ab1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-check-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:

- name: Add files and commit changes
run: |
echo "* available branches:"
git branch | cat
echo "========"
git checkout main
git pull origin main
git add .
Expand Down

0 comments on commit 3f3ab1d

Please sign in to comment.