Skip to content

Commit

Permalink
check git status before trying to push
Browse files Browse the repository at this point in the history
the push works on my laptop so something weird is happening in the CI
  • Loading branch information
CamJN committed Dec 20, 2023
1 parent efa86a7 commit e0023e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ jobs:
with:
ref: ${{ steps.version.outputs.version }}
token: ${{ github.token }}
- run: git status
- name: Push main
run: git push origin HEAD:main

0 comments on commit e0023e1

Please sign in to comment.