This input is only used in one place, seen in the diff. Even though we check the existence of this input value, we don't read the value ever again, so it doesn't make a change in the step's flow, and the existence of a PR ID is not enough to checkout the PR branch either.
Changes
Remove pull_request_id step input in step.yml and code.
Checklist
step.yml
andREADME.md
is updated with the changes (if needed)Version
Requires a MAJOR version update
Context
This input is only used in one place, seen in the diff. Even though we check the existence of this input value, we don't read the value ever again, so it doesn't make a change in the step's flow, and the existence of a PR ID is not enough to checkout the PR branch either.
Changes
Remove
pull_request_id
step input instep.yml
and code.Investigation details
Decisions
README update will come in a follow-up PR