mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-08-04 19:15:33 +02:00
fix: release.yml: yaml syntax
This commit is contained in:
@@ -80,10 +80,8 @@ jobs:
|
||||
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git commit -m "release: sync v${ver} from source-build
|
||||
|
||||
built from source-build commit ${sb}
|
||||
dated ${sbdate}"
|
||||
printf 'release: sync v%s from source-build\n\n built from source-build commit %s\n dated %s\n' \
|
||||
"$ver" "$sb" "$sbdate" | git commit -F -
|
||||
git push origin HEAD:master
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user