Skip to content

Commit

Permalink
try to make CI env work like local env
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 20, 2023
1 parent cf3ca11 commit ac06d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
- uses: actions/checkout@v4
# deliberately do NOT trigger workflow on push to main
with:
fetch-depth: 0
clean: false
ref: ${{ steps.version.outputs.version }}
token: ${{ github.token }}
- run: git status
Expand Down

0 comments on commit ac06d94

Please sign in to comment.