Skip to content

Commit

Permalink
fix breaking change in PR comment action (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Oct 21, 2024
1 parent 7ad3107 commit 65c8902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
message: |
**Permalinks:**
${{ steps.build-urls.outputs.permalinks }}
comment_tag: permalinks
comment-tag: permalinks
- name: Comment PR with previews
uses: thollander/actions-comment-pull-request@v3
with:
message: |
**Previews:**
${{ steps.build-urls.outputs.previews }}
comment_tag: previews
comment-tag: previews

0 comments on commit 65c8902

Please sign in to comment.