We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac20b86 commit 836cb58Copy full SHA for 836cb58
1 file changed
.github/workflows/validate.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: ▶️ Add repo
31
run: |
32
- npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
+ npx --yes epicshop@latest add ${{ github.event.repository.name }}#${{ github.head_ref || github.ref_name }} ./workshop
33
env:
34
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
35
npm_config_cache: ${{ runner.temp }}/npm-cache
0 commit comments