Skip to content

Commit

Permalink
chore: commit title
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 4, 2024
1 parent 508cdaf commit c5c3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/github/storage-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class GithubStorage {
path,
// Bit of a gotcha but we'll document the GitHub Storage layer separate from this plugin
branch: "storage",
message: `Chore: Updated ${type} data`,
message: `chore: updated ${type}`,
content: Buffer.from(content).toString("base64"),
sha,
});
Expand Down

0 comments on commit c5c3fba

Please sign in to comment.