Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
  • Loading branch information
a-kenji and cole-h authored Apr 4, 2022
1 parent e2d8f61 commit a233c2b
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 @@ -32,7 +32,7 @@ runs:
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: <github-actions[bot]@users.noreply.github.com>
TARGETS: ${{ inputs.inputs }}
COMMIT_MSG: ${{inputs.commit-msg}}
COMMIT_MSG: ${{ inputs.commit-msg }}

- run: |
content="$(git log --format=%b -n 1)"
Expand Down

0 comments on commit a233c2b

Please sign in to comment.