Fix reference to workflow input param

develop
lethosor 2022-03-31 23:39:17 -04:00
parent cded10fa54
commit 22ccf79df6
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -32,4 +32,4 @@ jobs:
GITHUB_REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ github.token }}
run: |
python ci/buildmaster-rebuild-pr.py --pull-request ${{ inputs.pull_request }}
python ci/buildmaster-rebuild-pr.py --pull-request ${{ github.event.inputs.pull_request }}