Fix getting the PR number

This commit is contained in:
Pedro Algarvio 2021-10-28 07:50:11 +01:00 committed by Gareth J. Greenaway
parent f02855c4ce
commit e0337dcad6

View file

@ -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