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

Commit

Permalink
fix: publish branch
Browse files Browse the repository at this point in the history
claustra01 committed Aug 9, 2024
1 parent a0a695a commit c3d2b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-visualizer.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/visualizer
publish_branch: ${{ github.head_ref }}

- name: Find existing comment
uses: peter-evans/find-comment@v2
@@ -32,7 +33,7 @@ jobs:
issue-number: ${{ github.event.number }}
format: 'json'

- name: Create or update comment
- name: Create comment
uses: peter-evans/create-or-update-comment@v2
if: success() && github.event.number && steps.fc.outputs.comment-id == '0'
with:

0 comments on commit c3d2b01

Please sign in to comment.