Skip to content

Commit

Permalink
Fix typo in comment-on-pr.yml (#556)
Browse files Browse the repository at this point in the history
I saw your comment on the GHA static hosting discussion and noticed this typo when browsing your code
  • Loading branch information
tshakah authored Oct 31, 2024
1 parent 5da75de commit 4fd3c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 'Comment galata link on workflow'
uses: trungleduc/appsharingspace-pr-comment/.github/actions/pr-comment@v2
with:
comment_prefix: '**Integration tests repot:**'
comment_prefix: '**Integration tests report:**'
artifact_name: galata-apss
github_token: ${{ secrets.github_token }}
index_path: playwright-report/index.html

0 comments on commit 4fd3c31

Please sign in to comment.