Skip to content

Commit

Permalink
Merge pull request #106 from 0xzer0x/hotfix
Browse files Browse the repository at this point in the history
Fix: use default branch in checkout step in CI
  • Loading branch information
0xzer0x authored Nov 6, 2024
2 parents ed53198 + bd67026 commit ed482a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
steps:
- name: Checkout VERSION
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
sparse-checkout-cone-mode: false
sparse-checkout: VERSION

- name: Set environmental variables
run: |
Expand Down

0 comments on commit ed482a3

Please sign in to comment.