Skip to content

Commit

Permalink
Fix action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Nov 13, 2023
1 parent c1bfa75 commit 584722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
repository: spraakbanken/korp-frontend-sb
token: ${{ secrets.ACCESS_TOKEN }}
ref: ${{ github.ref }} # Choose dev or master matching the main repo.
ref: ${{ github.ref == 'master' && 'master' || 'dev' }} # Choose dev or master matching the main repo.
path: korp-frontend-sb

- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 584722c

Please sign in to comment.