We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1d6ef commit e121304Copy full SHA for e121304
.github/workflows/handle-update.yml
@@ -36,9 +36,7 @@ jobs:
36
with:
37
token: ${{ secrets.PAT_PASSWORD }}
38
39
- - run: npm install PrismarineJS/minecraft-protocol#${NMP_BRANCH}
40
- env:
41
- NMP_BRANCH: ${{ github.event.inputs.nmp_branch }}
+ - run: npm install PrismarineJS/minecraft-protocol#${{ github.event.inputs.nmp_branch }}
42
43
- name: Run updator script
44
run: cd .github/helper && npm install && node updator.js
0 commit comments