copy_file_to_another_repo_action icon indicating copy to clipboard operation
copy_file_to_another_repo_action copied to clipboard

commit_message does not work with version 1.0.4

Open kekhuai opened this issue 4 years ago • 5 comments

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']

kekhuai avatar Dec 11 '20 16:12 kekhuai

Same issue, API change?

haojianzong avatar Dec 12 '20 13:12 haojianzong

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

Is there any chance of a new release @dmnemec ?

flo-f avatar Dec 17 '20 12:12 flo-f

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

uses: dmnemec/copy_file_to_another_repo_action@000e55236d089b975f343d708d3942ffef2cc16c

zubko avatar Mar 07 '21 20:03 zubko

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

dmnemec avatar Mar 15 '21 04:03 dmnemec

I drafted a new release, v1.1.0

dmnemec avatar Mar 15 '21 05:03 dmnemec