-
Notifications
You must be signed in to change notification settings - Fork 22
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
Incorrect casing for "github-token" example in the readme #38
Comments
Yes, looking at the current code, I think this just needs to be removed and we need to document that we expect the |
Any update on this? having issues getting this to work. What is the right way to call this? |
Should do it but then I also think this is actually implicit and you don't need to specify anything in regards to |
The 1.0.0 version requires it in the action.yaml? https://github.com/thomaseizinger/create-pull-request/blob/master/action.yml#L10 Thanks, I think it's working. |
Yep, but that seems to be an error. We don't ever actually read such an input: https://github.com/thomaseizinger/create-pull-request/blob/master/src/getInputs.ts |
It looks like github action expects kebab casing:
I get the following warning when using this action in: https://github.com/D4nte/comit-rs/actions/runs/340812607
The text was updated successfully, but these errors were encountered: