mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix getting the PR number
This commit is contained in:
parent
f02855c4ce
commit
e0337dcad6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
|
@ -49,4 +49,4 @@ jobs:
|
|||
python .github/workflows/scripts/pr-docstring-comments.py \
|
||||
--org ${{ github.repository_owner }} \
|
||||
--repo ${{ github.event.repository.name }} \
|
||||
--issue ${{ github.event.issue.number }} output.txt
|
||||
--issue ${{ github.event.number }} output.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue