-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Issue with commit_options - error: unknown switch ` ' #61
Comments
Thanks for reporting. I will look into this shortly! |
Hm, first I thought the changes made in #59 broke the Maybe GitHub changes something behind the scenes 🤔 |
Can confirm that this seems to be an issue on GitHubs side. Even older versions like v3.0.0 don't work anymore. https://github.com/stefanzweifel/git-auto-commit-action-demo-app/runs/608305392#step:6:45 |
Yes, it is still broken. https://github.com/crossuo/shards/runs/608296418?check_suite_focus=true#step:4:17 |
@fungos You have to add a new secret to the repo with the name I just looked at this during lunch break. Will take a closer look later today. |
Actually opened a thread in the community forums for this problem: https://github.community/t5/GitHub-Actions/Action-suddenly-can-t-pass-git-options-anymore/m-p/55111#M9435 |
Great! It worked now. https://github.com/crossuo/shards/runs/610317954?check_suite_focus=true#step:4:19 |
The issue has been fixed in v4.1.5. |
Version of the Action
v4.1.3
Describe the bug
Error during task execution:
error: unknown option
--no-verify --signoff --verbose` as you can see (a workaround I've tried) here:https://github.com/crossuo/shards/runs/606923804?check_suite_focus=true#step:4:17
or even this as suggested in the readme:
https://github.com/crossuo/shards/runs/606911285?check_suite_focus=true#step:4:17
To Reproduce
Copy-paste the first sample in readme with almost no modification
The text was updated successfully, but these errors were encountered: