Skip to content

Commit

Permalink
Print refs that point to HEAD in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Feb 6, 2022
1 parent 0ba7797 commit d5cf0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Print git branch name
run: git rev-parse --abbrev-ref HEAD

- run: git show-ref | grep $(git rev-parse HEAD)

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d5cf0ae

Please sign in to comment.