Skip to content

Commit 7521a6b

Browse files
committed
split the args apart
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 69ff517 commit 7521a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ runs:
185185
--output /dev/null --sign - 2>/dev/null
186186

187187
git add repo-properties.yaml
188-
git commit -sSm "chore: commit repo custom properties to properties file" || echo "Nothing to commit"
188+
git commit -sS -m "chore: commit repo custom properties to properties file" || echo "Nothing to commit"
189189
git push

0 commit comments

Comments
 (0)