Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit_message does not work with version 1.0.4 #13

Open
kekhuai opened this issue Dec 11, 2020 · 5 comments
Open

commit_message does not work with version 1.0.4 #13

kekhuai opened this issue Dec 11, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@kekhuai
Copy link

kekhuai commented Dec 11, 2020

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
Copy link
Contributor

Same issue, API change?

@flo-f
Copy link

flo-f commented Dec 17, 2020

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

Is there any chance of a new release @dmnemec ?

@zubko
Copy link

zubko commented Mar 7, 2021

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

uses: dmnemec/copy_file_to_another_repo_action@000e55236d089b975f343d708d3942ffef2cc16c

@dmnemec
Copy link
Owner

dmnemec commented Mar 15, 2021

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

@dmnemec dmnemec added the bug Something isn't working label Mar 15, 2021
@dmnemec
Copy link
Owner

dmnemec commented Mar 15, 2021

I drafted a new release, v1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants