Skip to content

Commit

Permalink
fix(ci): checkout default repository branch in prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzer0x committed Nov 6, 2024
1 parent d03b2df commit bd67026
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 bd67026

Please sign in to comment.