Skip to content

Commit

Permalink
Testing git information in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 9, 2024
1 parent 1b2be1b commit 2fdace0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Checkout repository and submodules
uses: actions/checkout@v4

- name: Query git
run: |
git rev-parse --abbrev-ref HEAD
git describe --all
git describe
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 2fdace0

Please sign in to comment.