We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ff517 commit 7521a6bCopy full SHA for 7521a6b
action.yaml
@@ -185,5 +185,5 @@ runs:
185
--output /dev/null --sign - 2>/dev/null
186
187
git add repo-properties.yaml
188
- git commit -sSm "chore: commit repo custom properties to properties file" || echo "Nothing to commit"
+ git commit -sS -m "chore: commit repo custom properties to properties file" || echo "Nothing to commit"
189
git push
0 commit comments