Skip to content

Commit

Permalink
Add ref to checkout step
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Farrell <[email protected]>
  • Loading branch information
owenfarrell committed Jul 22, 2020
1 parent 073b072 commit 67883fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 67883fc

Please sign in to comment.