diff --git a/action.yml b/action.yml index 479b841..9657898 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: GIT_COMMITTER_NAME: github-actions[bot] GIT_COMMITTER_EMAIL: TARGETS: ${{ inputs.inputs }} - COMMIT_MSG: ${{inputs.commit-msg}} + COMMIT_MSG: ${{ inputs.commit-msg }} - run: | content="$(git log --format=%b -n 1)"