We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db32032 commit ab11ec2Copy full SHA for ab11ec2
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