Skip to content

Commit 5d6e375

Browse files
committed
use my fork for cancel action
1 parent 5b09f93 commit 5d6e375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: rlespinasse/github-slug-action@v3.x
2222
- run: echo $GITHUB_REPOSITORY_OWNER_PART
2323
- name: Cancel this build
24-
uses: andymckay/cancel-action@0.2
24+
uses: knoxfighter/cancel-action@master
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
if: github.event_name == 'pull_request' && env.GITHUB_REPOSITORY_OWNER_PART == 'OpenFactorioServerManager'

0 commit comments

Comments
 (0)