We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f16552 commit f8ea9bbCopy full SHA for f8ea9bb
.github/workflows/check-python-package-versions.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
check:
11
if: github.event.pull_request.head.repo.full_name == github.repository
12
- uses: ./.github/workflows/reusable-check-python-package-versions.yaml'
+ uses: ./.github/workflows/reusable-check-python-package-versions.yaml
13
with:
14
before_commit: ${{ github.event.pull_request.base.sha }}
15
after_commit: ${{ github.event.pull_request.head.sha }}
0 commit comments