Skip to content

Commit

Permalink
Fix workflow issue w pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Jul 16, 2023
1 parent 97d770a commit 6e65ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: refs/heads/${{ github.head_ref }}
- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 6e65ee5

Please sign in to comment.