conventional git commits in message for cargo ci
Some checks failed
cargo devel CI / cargo CI (push) Failing after 52s
Some checks failed
cargo devel CI / cargo CI (push) Failing after 52s
This commit is contained in:
parent
39cf6251d5
commit
6a5b80ce2e
2 changed files with 2 additions and 2 deletions
|
@ -43,4 +43,4 @@ jobs:
|
|||
with:
|
||||
# Optional. Commit message for the created commit.
|
||||
# Defaults to "Apply automatic changes"
|
||||
commit_message: automatic cargo CI changes
|
||||
commit_message: "ci: automatic cargo CI changes"
|
||||
|
|
2
.github/workflows/cargo.yaml
vendored
2
.github/workflows/cargo.yaml
vendored
|
@ -44,4 +44,4 @@ jobs:
|
|||
with:
|
||||
# Optional. Commit message for the created commit.
|
||||
# Defaults to "Apply automatic changes"
|
||||
commit_message: automatic cargo CI changes
|
||||
commit_message: "ci: automatic cargo CI changes"
|
||||
|
|
Reference in a new issue