mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(ci): Broken quoting in build workflow
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
if [ "${LAST_AUTHOR}" = "${RENOVATE_AUTHOR}" ]; then
|
||||
COMMIT_FLAGS="--amend --no-edit"
|
||||
else
|
||||
COMMIT_FLAGS="--signoff --message "fix(nix): Update version and hashes""
|
||||
COMMIT_FLAGS='--signoff --message "fix(nix): Update version and hashes"'
|
||||
fi
|
||||
|
||||
git commit ${COMMIT_FLAGS} --all
|
||||
|
Reference in New Issue
Block a user