Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Mar 12, 2023
1 parent aaa6e8c commit 2b79280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history

- name: Git Version
id: version
Expand Down

0 comments on commit 2b79280

Please sign in to comment.