File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 inputs :
1212 run_id :
1313 description : |
14- The run ID of the calling workflow that has emitted the message artifact, e.g. $ {{ github.event.workflow_run.id }}
14+ The run ID of the calling workflow that has emitted the message artifact, e.g. {{ github.event.workflow_run.id }}
1515 required : true
1616 target_repo :
1717 description : |
18- The target repository of the PR, e.g. $ {{ github.repository }}
18+ The target repository of the PR, e.g. {{ github.repository }}
1919 required : true
2020 pr_number :
2121 description : |
2222 The pull request number, e.g. ${{ github.event.pull_request.number }}
2323 required : true
2424 pr_sha :
2525 description : |
26- The commit sha for the originating pull request, e.g. $ {{github.event.pull_request.head.sha}}
26+ The commit sha for the originating pull request, e.g. {{github.event.pull_request.head.sha}}
2727 required : true
2828 artifact_name :
2929 description : |
You can’t perform that action at this time.
0 commit comments