Skip to content

Commit 0136f36

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 46a2c3f commit 0136f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
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: |

0 commit comments

Comments
 (0)