Skip to content

Commit 9ed152a

Browse files
authored
Merge pull request #3153 from flatcar/tormath1/signoff
.github: sign commits from common scripts
2 parents eb63e64 + baafd40 commit 9ed152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function commit_changes() {
186186
for dir; do
187187
git add "${dir}"
188188
done
189-
git commit -m "${pkg}: Update from ${old_version} to ${new_version}"
189+
git commit --signoff -m "${pkg}: Update from ${old_version} to ${new_version}"
190190

191191
popd
192192
}

0 commit comments

Comments
 (0)