Skip to content

Commit e121304

Browse files
authored
direct expansion
1 parent ed1d6ef commit e121304

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/handle-update.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
with:
3737
token: ${{ secrets.PAT_PASSWORD }}
3838

39-
- run: npm install PrismarineJS/minecraft-protocol#${NMP_BRANCH}
40-
env:
41-
NMP_BRANCH: ${{ github.event.inputs.nmp_branch }}
39+
- run: npm install PrismarineJS/minecraft-protocol#${{ github.event.inputs.nmp_branch }}
4240

4341
- name: Run updator script
4442
run: cd .github/helper && npm install && node updator.js

0 commit comments

Comments
 (0)