Skip to content

Commit 445f126

Browse files
committed
verifyのパスを修正
1 parent f84e566 commit 445f126

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
python-version: "3.10"
2020

2121
- name: Run verification
22-
uses: kamyu104/online-judge-verify-helper@master
22+
uses: online-judge-tools/verification-helper@master
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Generate and Deploy Document
27-
uses: kamyu104/online-judge-verify-helper@master
27+
uses: online-judge-tools/verification-helper@master
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
_command: docs

0 commit comments

Comments
 (0)