Skip to content

Commit 6de00ca

Browse files
committed
fix incorrect file name.
1 parent a7edddc commit 6de00ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pr-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99

1010
jobs:
1111
call-common:
12-
uses: ./.github/workflows/check_pr.yml
12+
uses: ./.github/workflows/check-pr.yml
1313
with:
1414
run_on_fork: true

.github/workflows/check-pr-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99

1010
jobs:
1111
call-common:
12-
uses: ./.github/workflows/check_pr.yml
12+
uses: ./.github/workflows/check-pr.yml
1313
with:
1414
run_on_fork: false

0 commit comments

Comments
 (0)