|
@@ -86,7 +86,7 @@ jobs:
|
|
|
|
|
|
- name: make comment with private deployment link
|
|
|
if: ${{ github.event.label.name == 'status/feature_testing' }}
|
|
|
- uses: peter-evans/create-or-update-comment@v2
|
|
|
+ uses: peter-evans/create-or-update-comment@v3
|
|
|
with:
|
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
|
body: |
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
|
|
|
- name: make comment with public deployment link
|
|
|
if: ${{ github.event.label.name == 'status/feature_testing_public' }}
|
|
|
- uses: peter-evans/create-or-update-comment@v2
|
|
|
+ uses: peter-evans/create-or-update-comment@v3
|
|
|
with:
|
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
|
body: |
|