Fix unexpected input when using thollander/actions-comment-pull-request

See [1] for an example.

`comment_includes` has been replaced by `comment_tag` [2].

[1] https://github.com/redhat-developer/odo/actions/runs/6927256942/job/18840839862?pr=7149#step:15:1
[2] https://github.com/thollander/actions-comment-pull-request?tab=readme-ov-file#update-a-comment
This commit is contained in:
Armel Soro
2023-11-20 09:42:29 +01:00
committed by GitHub
parent ba0c9575f7
commit 172c57d0eb

View File

@@ -171,7 +171,7 @@ jobs:
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | ${{ env.PR_HEAD_SHA }} |
|<span aria-hidden="true">😎</span> Deploy Preview | [${{ env.PR_PREVIEW_URL }}](${{ env.PR_PREVIEW_URL }}) |
comment_includes: 'Deploy Preview'
comment_tag: 'Deploy Preview'
pr_number: ${{ env.PR_NUMBER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reactions: rocket
@@ -235,7 +235,7 @@ jobs:
|---------------------------------|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | ${{ env.PR_HEAD_SHA }} |
|<span aria-hidden="true">😎</span> Deploy Preview | ~[${{ env.PR_PREVIEW_URL }}](${{ env.PR_PREVIEW_URL }})~ |
comment_includes: 'Deploy Preview'
comment_tag: 'Deploy Preview'
pr_number: ${{ env.PR_NUMBER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reactions: recycle