Skip to content

Commit

Permalink
add fix for "fatal: You are not currently on a branch"
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Feb 15, 2024
1 parent ffd0f6a commit 30c2862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- uses: actions/setup-node@v4
with:
cache: "yarn"
Expand Down

0 comments on commit 30c2862

Please sign in to comment.