Skip to content

Commit

Permalink
fix: scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Oct 23, 2021
1 parent 7c10546 commit aab4c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & deploy to Testing
name: Build & deploy to testing

on:
workflow_dispatch:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
name: PluginRepoZip
path: PluginArtifact
- uses: daemitus/DalamudPluginPR@v1
- uses: kalilistic/DalamudPluginPR@master
with:
enabled: true
testing: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
name: PluginRepoZip
path: PluginArtifact
- uses: daemitus/DalamudPluginPR@v1
- uses: kalilistic/DalamudPluginPR@master
with:
enabled: true
testing: false
Expand Down

0 comments on commit aab4c0a

Please sign in to comment.