dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

commit_message to be actual commit message #74

Open Dobbelina2 opened 1 year ago

Dobbelina2 commented 1 year ago

@dmnemec Can changes be made so that commit_message prints out the actual commit message ? That static message below is not so informative. commit_message: 'A custom message for the commit'

Dobbelina2 commented 1 year ago

Problem solved below: commit_message: ${{ github.event.head_commit.message }}