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