Skip to content

Commit

Permalink
docs(readme): Use conventional commit message in example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 27, 2024
1 parent 3ae0427 commit 53b3689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
file: deployment.yaml
values: |
tag=${{ github.sha }}
commit_message: ":arrow_up: Bump deployment to ${{ steps.short-sha.outputs.sha }}"
commit_message: "chore: Bump deployment to ${{ steps.short-sha.outputs.sha }}"
```

0 comments on commit 53b3689

Please sign in to comment.