Skip to content

Commit 76342ce

Browse files
committed
chore: add branch ref to epicshop add
1 parent f991fbf commit 76342ce

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
@@ -25,7 +25,7 @@ jobs:
2525

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

0 commit comments

Comments
 (0)