Skip to content

Commit 8257ef1

Browse files
committed
Use parsing results, not inputs
1 parent 9781f11 commit 8257ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
rm body.txt
117117
env:
118118
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119-
INPUT_PR: ${{ inputs.pr }}
120-
ACTION: ${{ inputs.action }}
119+
INPUT_PR: ${{ steps.pr-number.outputs.pr }}
120+
ACTION: ${{ steps.pr-number.outputs.action }}
121121
ISSUE: ${{ github.event.issue.number }}
122122

123123
- name: Report failure

0 commit comments

Comments
 (0)