Skip to content

Commit

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

- name: Set environmental variables
run: |
Expand Down

0 comments on commit cd40d98

Please sign in to comment.