Skip to content

Commit 3bde602

Browse files
committed
Update commit command to include sign-off for plugin updates
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent f7a3dcb commit 3bde602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
branch="update-${PLUGIN}-${VERSION}"
134134
git checkout -b "$branch"
135135
git add plugins/${PLUGIN}.yaml
136-
git commit -m "Update ${PLUGIN} plugin to ${VERSION}"
136+
git commit -s -m "Update ${PLUGIN} plugin to ${VERSION}"
137137
git push origin "$branch"
138138
gh pr create \
139139
--title "Update ${PLUGIN} plugin to ${VERSION}" \

0 commit comments

Comments
 (0)