We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242399 commit dcf792dCopy full SHA for dcf792d
2 files changed
.github/workflows/pr-preview.yml
@@ -42,7 +42,7 @@ jobs:
42
private-key: ${{ secrets.GRAVITY_UI_APP_PRIVATE_KEY }}
43
44
- name: Create Comment
45
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
46
with:
47
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
48
header: preview
.github/workflows/pr-visual-tests-report.yml
@@ -46,7 +46,7 @@ jobs:
shell: bash
49
50
51
52
number: ${{ steps.pr.outputs.id }}
0 commit comments