mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-20 01:51:33 +01:00
Merge pull request #3153 from flatcar/tormath1/signoff
.github: sign commits from common scripts
This commit is contained in:
commit
9ed152a455
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…
x
Reference in New Issue
Block a user