Skip to content

Commit

Permalink
Update .github/workflows/pr-changeset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Oct 27, 2024
1 parent 1dc3faf commit 2e35f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
git config --local user.email "[email protected]" # Use operational account email
git config --local user.name "GitHub Action"
git add .changeset
git commit -m "Add changeset" || echo "No changes to commit"
git commit -m "Add changeset: ${PR_TITLE}" || echo "No changes to commit"
git push

0 comments on commit 2e35f21

Please sign in to comment.