Skip to content

Commit

Permalink
test: checkout repo #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Nov 2, 2023
1 parent f60bee3 commit 683871c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
CGO_ENABLED: 0 # Statically linked

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setting up a secure repository
run: git config --global --add safe.directory /__w/azion/azion

- id: binversion
run: echo "BIN_VERSION=$(git describe --tags)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 683871c

Please sign in to comment.