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

commit_message does not work with version 1.0.4 #13

Open kekhuai opened 3 years ago

kekhuai commented 3 years ago

this warning printed out in the console

Unexpected input(s) 'commit_message', valid inputs are ['entryPoint', 'args', 'source_file', 'destination_repo', 'destination_folder', 'user_email', 'user_name', 'destination_branch']
haojianzong commented 3 years ago

Same issue, API change?

flo-f commented 3 years ago

Looks like this feature was introduced after the release of version 1.0.4.

Is there any chance of a new release @dmnemec ?

zubko commented 3 years ago

As a workaround we can use the commit hash in the config:

uses: dmnemec/copy_file_to_another_repo_action@000e55236d089b975f343d708d3942ffef2cc16c
dmnemec commented 3 years ago

I'll get this fixed tonight. New job uses GitLab so I'm not on GitHub much lately.

dmnemec commented 3 years ago

I drafted a new release, v1.1.0