File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -261,9 +261,11 @@ runs:
261261 echo "::notice file=action.yml,line=213::Adding badge files to git staging area."
262262 # Add badge files if they exist
263263 echo "::debug file=action.yml,line=216::Adding badge files."
264- git add "${{ inputs.badge-directory }}/pylint.svg" || true
265- git add "${{ inputs.badge-directory }}/black.svg" || true
266- git add "${{ inputs.badge-directory }}/mypy.svg" || true
264+ git add "${{ inputs.badge-directory }}/pylint.svg"
265+ git add "${{ inputs.badge-directory }}/black.svg"
266+ git add "${{ inputs.badge-directory }}/mypy.svg"
267+
268+ echo "::debug file=action.yml,line=220::Checking for changes to commit."
267269
268270 if git diff --staged --quiet; then
269271 echo "::notice file=action.yml,line=222::No changes to commit"
You can’t perform that action at this time.
0 commit comments