Add comment_tag to stop duplicate comments
This commit is contained in:
parent
2f84cccd72
commit
2e9a4bbcc2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-pull-request.yml
vendored
1
.github/workflows/deploy-pull-request.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
pr_number: ${{ steps.pr.outputs.id }}
|
pr_number: ${{ steps.pr.outputs.id }}
|
||||||
|
comment_tag: ${{ steps.pr.outputs.id }}
|
||||||
message: |
|
message: |
|
||||||
Preview: ${{ steps.netlify.outputs.deploy-url }}
|
Preview: ${{ steps.netlify.outputs.deploy-url }}
|
||||||
⚠️ Exercise caution. Use test accounts. ⚠️
|
⚠️ Exercise caution. Use test accounts. ⚠️
|
Loading…
Reference in a new issue