Skip to content

Commit

Permalink
Fix manifest validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
scrummer committed Jul 12, 2023
1 parent 7fd4ed5 commit 9eee044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run:
cp ${HOME}/files.json ./
- name: Validate manifest
uses: LabyMod/server-media/.github/actions/validate-manifest@master
uses: LabyMod/server-media/.github/actions/validate-manifest@scrummer-fix-manifest-validation
env:
PR_ID: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9eee044

Please sign in to comment.