-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for plugin actions #8
Comments
Currently, only the checkout action is supported, well, sort of ;-) 43e5f76 |
Made some progress here on the checkout plugin. https://github.com/phishy/wflow/blob/master/plugins/checkout/index.js @chrahunt What other plugins are you aware of / interest you? |
actions/upload-artifact and actions/download-artifact are the only others I know of. A search of the actions org only shows these three. We may be able to confirm it from the runner source, but I don't know if that's available. |
+1 for this functionality. Would love to see actions/setup-python and actions/setup-node. Also, looking at the org, I see 42 repos that would benefit from this. |
I wasn't aware of the distinction, I'll have to look into it :) |
👋 hey guys, not sure if this is separate or not but trying to run this and I get stuck at
I'm guessing, when it hits:
Am I barking up the wrong tree/issue or am I doing something wrong? |
@markkelsall This is pretty alpha software, and I haven't been giving it as much love lately as I'd like. I wouldn't waste too much time on it right now, there could be a number of things wrong including authentication troubles. |
@phishy ok, cheers for the quick reply. Really looking for something to test this locally as it would save so much time...and tiny commits! |
See actions/checkout. This currently fails because we're looking for a Dockerfile in the cloned action.
The text was updated successfully, but these errors were encountered: