Skip to content

Commit 2ed8785

Browse files
committed
chore: add branch ref to epicshop add
1 parent 76b6ab9 commit 2ed8785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: ▶️ Add repo
2929
run: |
30-
npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
30+
npx --yes epicshop@latest add ${{ github.event.repository.name }}#${{ github.head_ref || github.ref_name }} ./workshop
3131
env:
3232
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
3333
npm_config_cache: ${{ runner.temp }}/npm-cache

0 commit comments

Comments
 (0)