mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
4
.github/workflows/pr-website.yaml
vendored
4
.github/workflows/pr-website.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user