Skip to content

Commit

Permalink
chore: thollander/actions-comment-pull-request v1->v2로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
skiende74 committed Jul 22, 2024
1 parent 344de26 commit 1cddbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npx chromatic --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }} --exit-zero-on-changes
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v1
uses: thollander/actions-comment-pull-request@v2
if: ${{ github.event_name == 'pull_request' }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1cddbda

Please sign in to comment.