Skip to content

Commit 4fd3c31

Browse files
authored
Fix typo in comment-on-pr.yml (#556)
I saw your comment on the GHA static hosting discussion and noticed this typo when browsing your code
1 parent 5da75de commit 4fd3c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Comment galata link on workflow'
3030
uses: trungleduc/appsharingspace-pr-comment/.github/actions/pr-comment@v2
3131
with:
32-
comment_prefix: '**Integration tests repot:**'
32+
comment_prefix: '**Integration tests report:**'
3333
artifact_name: galata-apss
3434
github_token: ${{ secrets.github_token }}
3535
index_path: playwright-report/index.html

0 commit comments

Comments
 (0)