Skip to content

Commit

Permalink
Update icon-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Dec 1, 2023
1 parent 2eefb3c commit e7ec662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icon-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: steps.check-changes.outputs.result == 'Changes detected'
uses: actions/github-script@v7
env:
PR_MESSAGE: "Optimized icons have been automatically generated and pushed to the repository. Don't forget to add a changeset file for @hopper-ui/svg-icons and @hopper-ui/icons."
PR_MESSAGE: "Optimized icons have been automatically generated and pushed to the repository. Do not forget to add a changeset file for @hopper-ui/svg-icons and @hopper-ui/icons."
with:
script: |
github.issues.createComment({
Expand Down

0 comments on commit e7ec662

Please sign in to comment.