Skip to content

Commit 836cb58

Browse files
committed
chore: add branch ref to epicshop add
1 parent ac20b86 commit 836cb58

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
@@ -29,7 +29,7 @@ jobs:
2929

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

0 commit comments

Comments
 (0)