mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-21 10:31:46 +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
|
for dir; do
|
||||||
git add "${dir}"
|
git add "${dir}"
|
||||||
done
|
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
|
popd
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user