Skip to content

Commit baafd40

Browse files
committed
.github: sign commits from common scripts
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent eb63e64 commit baafd40

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)