File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -261,9 +261,13 @@ 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+ echo "::debug file=action.yml,line=217::Adding ${{ inputs.badge-directory }}/pylint.svg"
264265 git add "${{ inputs.badge-directory }}/pylint.svg"
266+ echo "::debug file=action.yml,line=218::Adding ${{ inputs.badge-directory }}/black.svg"
265267 git add "${{ inputs.badge-directory }}/black.svg"
268+ echo "::debug file=action.yml,line=219::Adding ${{ inputs.badge-directory }}/mypy.svg"
266269 git add "${{ inputs.badge-directory }}/mypy.svg"
270+ echo "::notice file=action.yml,line=219::Badge files added to staging area."
267271
268272 echo "::debug file=action.yml,line=220::Checking for changes to commit."
269273
You can’t perform that action at this time.
0 commit comments