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