-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support workflow_dispatch
event in GitHub Action
#311
Conversation
5a41fc2
to
bb386c7
Compare
bb386c7
to
14ae5ee
Compare
It seems like chromatic only ever wants just the branch name, never the full ref ( |
@lyleunderwood could you elaborate this question:
|
@lyleunderwood That's right, we basically never expect to see @ndelangen Can you judge whether workflow_dispatch is safe for us to allow? If so, I think this is a nice improvement. |
Shall we add a test workflow in this repo and test it. |
Hey, sorry I've been on vacation 🍹 I went ahead and updated the README to reflect that we really just want a regular branch name. As for stripping off the ref prefix, it's currently just based on what's being done in the Line 42 in 71e3c96
|
Will this get merged any time soon? :) |
workflow_dispatch
trigger in GitHub Action
workflow_dispatch
trigger in GitHub Actionworkflow_dispatch
event in GitHub Action
#307
I was trying to setup a manual chromatic runner using github actions via a github bot, and I wanted to use
workflow_dispatch
but this action didn't seem to allow it. I went ahead and added basic support.