Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Aug 19, 2024
1 parent d0fbac3 commit d3eb21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version-file: ./scripting/attr_knockback_modifier.sp

- name: Download SourcePawn plugin dependencies
uses: Zabaniya001/SPDependy@v2
uses: tsuza/SPDependy@v2
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/.workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo SCRIPTS_PATH=$(pwd) >> $GITHUB_ENV

- name: Download SourcePawn plugin dependencies
uses: Zabaniya001/SPDependy@v2
uses: tsuza/SPDependy@v2
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit d3eb21b

Please sign in to comment.