Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmazanec committed Sep 30, 2023
1 parent 9d07aa7 commit 9306f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
for (let [packageName, bump] of packageBumps) {
message =
message + `Updated dependency \`${packageName}\` to \`${bump}\`.\n`;
message + `Dependency \`${packageName}\` updated to \`${bump}\`.\n`;
}
let header = packages
Expand Down

0 comments on commit 9306f5b

Please sign in to comment.