mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
.github: sign commits from common scripts
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
d1d25de936
commit
09e9d517b3
2
.github/workflows/common.sh
vendored
2
.github/workflows/common.sh
vendored
@ -186,7 +186,7 @@ function commit_changes() {
|
||||
for dir; do
|
||||
git add "${dir}"
|
||||
done
|
||||
git commit -m "${pkg}: Update from ${old_version} to ${new_version}"
|
||||
git commit --signoff -m "${pkg}: Update from ${old_version} to ${new_version}"
|
||||
|
||||
popd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user