We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341e689 commit c946ad8Copy full SHA for c946ad8
1 file changed
.github/workflows/validate.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: ▶️ Add repo
28
run: |
29
- 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
30
env:
31
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
32
npm_config_cache: ${{ runner.temp }}/npm-cache
0 commit comments