Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Aug 9, 2024
1 parent ab5b663 commit c469887
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-visualizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
pull-requests: write
contents: read
pages: write

jobs:
visualizer:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/visualizer
publish_branch: ${{ github.head_ref }}
publish_branch: gh-pages

- name: Find existing comment
uses: peter-evans/find-comment@v2
Expand All @@ -34,11 +34,11 @@ jobs:
issue-number: ${{ github.event.number }}
format: 'json'

- name: Create comment
- name: Create or update comment
uses: peter-evans/create-or-update-comment@v2
if: success() && github.event.number && steps.fc.outputs.comment-id == '0'
with:
issue-number: ${{ github.event.number }}
body: |
**Visualizer Report**
- You can view the results [here](https://claustra01.github.io/virtual-natsumatsuri-frontend).
- You can view the results [here](https://claustra01.github.io/virtual-natsumatsuri-frontend/visualizer).

0 comments on commit c469887

Please sign in to comment.