Skip to content

Commit

Permalink
Fallback to tag as commit message and decorate message with author + …
Browse files Browse the repository at this point in the history
…source repo
  • Loading branch information
cblokland90 committed Mar 7, 2023
1 parent 0dece24 commit 9c2a645
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 @@ -37,7 +37,7 @@ runs:
repository: ${{ inputs.gitops-repo }}
createPR: false
commitChange: false
message: ${{ github.event.head_commit.message }}
message: "Repo ${{ github.event.repository.name }} published ${{ github.event.head_commit.message || github.event.release.tag_name }} by ${{ github.actor.login }}"
workDir: gitops
changes: ${{ inputs.changes-by-file }}
- name: Push changes
Expand Down

0 comments on commit 9c2a645

Please sign in to comment.