Skip to content

Commit

Permalink
fix: small generate action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jul 12, 2024
1 parent fe4d789 commit bb4addf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
branch: ${{ steps.check_changes.outputs.branch }}
title: "🤖Automated update"
body: "This PR contains automated updates from running `npm run update`"
labels: ["automated update"]
labels: "automated update"

0 comments on commit bb4addf

Please sign in to comment.