Skip to content

Commit c9ecdbe

Browse files
committed
chore: add branch ref to epicshop add
1 parent 8dbe0a6 commit c9ecdbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

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

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

0 commit comments

Comments
 (0)