Skip to content

Commit b3db6f1

Browse files
committed
fixed reactions
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 8720369 commit b3db6f1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/doc-update.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
pr_sha: ${{ steps.notify_markdown_congrats.pr_sha }}
225225
artifact_name: ${{ steps.notify_markdown_congrats.artifact_name }}
226226
comment_title: ${{ steps.notify_markdown_congrats.comment_title }}
227-
reaction: ${{ steps.notify_markdown_congrats.reaction }}
227+
reactions: ${{ steps.notify_markdown_congrats.reactions }}
228228
steps:
229229
- name: Congrats
230230
id: notify_markdown_congrats
@@ -248,7 +248,7 @@ jobs:
248248
echo "pr_sha=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_OUTPUT"
249249
echo "artifact_name=${{ env.markdown_artifact }}" >> "$GITHUB_OUTPUT"
250250
echo "comment_title=${{ env.markdown_comment_title }}" >> "$GITHUB_OUTPUT"
251-
echo "reaction=hooray" >> "$GITHUB_OUTPUT"
251+
echo "reactions=hooray" >> "$GITHUB_OUTPUT"
252252
253253
- name: Upload comment as artifact
254254
uses: actions/upload-artifact@v4
@@ -268,7 +268,7 @@ jobs:
268268
pr_sha: ${{ needs.pr-markdown-congrats.outputs.pr_sha }}
269269
artifact_name: ${{ needs.pr-markdown-congrats.outputs.artifact_name }}
270270
comment_title: ${{ needs.pr-markdown-congrats.outputs.comment_title }}
271-
reaction: ${{ needs.pr-markdown-congrats.outputs.reaction }}
271+
reactions: ${{ needs.pr-markdown-congrats.outputs.reactions }}
272272

273273
pr-markdown-report:
274274
needs: markdown-lint
@@ -280,7 +280,7 @@ jobs:
280280
pr_sha: ${{ steps.notify_markdown_report.pr_sha }}
281281
artifact_name: ${{ steps.notify_markdown_report.artifact_name }}
282282
comment_title: ${{ steps.notify_markdown_report.comment_title }}
283-
reaction: ${{ steps.notify_markdown_report.reaction }}
283+
reactions: ${{ steps.notify_markdown_report.reactions }}
284284
runs-on: ubuntu-latest
285285
steps:
286286
- name: Format PR comment
@@ -333,7 +333,7 @@ jobs:
333333
echo "pr_sha=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_OUTPUT"
334334
echo "artifact_name=${{ env.markdown_artifact }}" >> "$GITHUB_OUTPUT"
335335
echo "comment_title=${{ env.markdown_comment_title }}" >> "$GITHUB_OUTPUT"
336-
echo "reaction=confused" >> "$GITHUB_OUTPUT"
336+
echo "reactions=confused" >> "$GITHUB_OUTPUT"
337337
338338
pr-comment-markdown-report:
339339
name: Create or update comment with report
@@ -347,7 +347,7 @@ jobs:
347347
pr_sha: ${{ needs.pr-markdown-report.outputs.pr_sha }}
348348
artifact_name: ${{ needs.pr-markdown-report.outputs.artifact_name }}
349349
comment_title: ${{ needs.pr-markdown-report.outputs.comment_title }}
350-
reaction: ${{ needs.pr-markdown-report.outputs.reaction }}
350+
reactions: ${{ needs.pr-markdown-report.outputs.reactions }}
351351

352352
pr-markdown-spelling-congrats:
353353
needs: markdown-spelling
@@ -359,7 +359,7 @@ jobs:
359359
pr_sha: ${{ steps.notify_spelling_congrats.pr_sha }}
360360
artifact_name: ${{ steps.notify_spelling_congrats.artifact_name }}
361361
comment_title: ${{ steps.notify_spelling_congrats.comment_title }}
362-
reaction: ${{ steps.notify_spelling_congrats.reaction }}
362+
reactions: ${{ steps.notify_spelling_congrats.reactions }}
363363
runs-on: ubuntu-latest
364364
steps:
365365
- name: Congrats
@@ -380,7 +380,7 @@ jobs:
380380
echo "pr_sha=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_OUTPUT"
381381
echo "artifact_name=${{ env.spelling_artifact }}" >> "$GITHUB_OUTPUT"
382382
echo "comment_title=${{ env.spelling_comment_title }}" >> "$GITHUB_OUTPUT"
383-
echo "reaction=hooray" >> "$GITHUB_OUTPUT"
383+
echo "reactions=hooray" >> "$GITHUB_OUTPUT"
384384
385385
- name: Upload comment as artifact
386386
uses: actions/upload-artifact@v4
@@ -400,7 +400,7 @@ jobs:
400400
pr_sha: ${{ needs.pr-markdown-spelling-congrats.outputs.pr_sha }}
401401
artifact_name: ${{ needs.pr-markdown-spelling-congrats.outputs.artifact_name }}
402402
comment_title: ${{ needs.pr-markdown-spelling-congrats.outputs.comment_title }}
403-
reaction: ${{ needs.pr-markdown-spelling-congrats.outputs.reaction }}
403+
reactions: ${{ needs.pr-markdown-spelling-congrats.outputs.reactions }}
404404

405405
pr-markdown-spelling-report:
406406
needs: markdown-spelling
@@ -412,7 +412,7 @@ jobs:
412412
pr_sha: ${{ steps.notify_spelling_report.pr_sha }}
413413
artifact_name: ${{ steps.notify_spelling_report.artifact_name }}
414414
comment_title: ${{ steps.notify_spelling_report.comment_title }}
415-
reaction: ${{ steps.notify_spelling_report.reaction }}
415+
reactions: ${{ steps.notify_spelling_report.reactions }}
416416
runs-on: ubuntu-latest
417417
steps:
418418
- name: Format PR comment
@@ -467,7 +467,7 @@ jobs:
467467
echo "pr_sha=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_OUTPUT"
468468
echo "artifact_name=${{ env.spelling_artifact }}" >> "$GITHUB_OUTPUT"
469469
echo "comment_title=${{ env.spelling_comment_title }}" >> "$GITHUB_OUTPUT"
470-
echo "reaction=confused" >> "$GITHUB_OUTPUT"
470+
echo "reactions=confused" >> "$GITHUB_OUTPUT"
471471
472472
pr-comment-spelling-report:
473473
name: Create or update comment
@@ -481,4 +481,4 @@ jobs:
481481
pr_sha: ${{ needs.pr-markdown-spelling-report.outputs.pr_sha }}
482482
artifact_name: ${{ needs.pr-markdown-spelling-report.outputs.artifact_name }}
483483
comment_title: ${{ needs.pr-markdown-spelling-report.outputs.comment_title }}
484-
reaction: ${{ needs.pr-markdown-spelling-report.outputs.reaction }}
484+
reactions: ${{ needs.pr-markdown-spelling-report.outputs.reactions }}

0 commit comments

Comments
 (0)