Skip to content

Commit f8ea9bb

Browse files
committed
Fix typo in path to called workflow file
1 parent 6f16552 commit f8ea9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-python-package-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check:
1111
if: github.event.pull_request.head.repo.full_name == github.repository
12-
uses: ./.github/workflows/reusable-check-python-package-versions.yaml'
12+
uses: ./.github/workflows/reusable-check-python-package-versions.yaml
1313
with:
1414
before_commit: ${{ github.event.pull_request.base.sha }}
1515
after_commit: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)