Skip to content

Commit

Permalink
Development Status Bumping Fix Pt-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans authored Apr 21, 2023
1 parent d8775bc commit a0023ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
--directory-exclude ${{ inputs.directory-exclude }} \
--license ${{ inputs.license }} \
--token ${{ github.token }} \
--commit-message ${{ github.event.head_commit.message }}
--commit-message "${{ github.event.head_commit.message }}"
cat setup.cfg
git add setup.cfg
git commit -m "<bot> update setup.cfg" || true
Expand Down

0 comments on commit a0023ed

Please # to comment.