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
183 stars 206 forks source link

Fix input_commit_message in README.md #16

Closed tianhuil closed 3 years ago

tianhuil commented 3 years ago

The Dockerfile appears to be using this variable, not commit_message.

dmnemec commented 3 years ago

Input variables set in action.yml are converted to env vars and INPUT_ is appended to them. You can see other examples of this behavior here and here.

I'll close this MR without merging.