Skip to content

Commit

Permalink
fix: make update commit messages commitlint compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Feb 4, 2025
1 parent d85073b commit e5472dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
git fetch
git add supergraph-config.yaml schema/${{ inputs.name }}.graphql
if ! git diff --staged --quiet --exit-code supergraph-config.yaml schema/${{ inputs.name }}.graphql; then
git commit -m "Update ${{ inputs.name }} schema to ${{ github.ref_name }}"
git commit -m "chore: update ${{ inputs.name }} schema to ${{ github.ref_name }}"
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit e5472dc

Please sign in to comment.