-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Runs Plugin: 'publish' - Undocumented Feature #69
Comments
That's actually intentional - plugins live on our Runner which isn't open sourced yet (though it will be). Basically, certain actions are (a) definitely needed to support the product/expected to be used in a large percentage of workflows, but (b) much easier to implement well directly on the Runner. So while we have this concept of a plugin for a small/select group of first party actions, this is not the path for creating future actions (unless there's a very clear and obvious need). |
Thanks for the explanation. Will close this issue for now as its not intended for public consumption by action developers @damccorm |
I think this should be re-opened and still be documented nonetheless. Otherwise there'll be more people confused by this. |
Agreed -- please at least put a comment in upload-artifact's action.yml, so that nobody else wastes 5-10 minutes trying to figure out what |
It would feel a little weird to me to have docs saying "we don't support this", but I think a comment in the action.yml file makes sense. Will add one in checkout, upload-artifact, and download-artifact, I think that's everywhere this is used. |
That's good enough for me.
…On Fri, 6 Sep 2019 at 15:55, Danny McCormick ***@***.***> wrote:
It would feel a little weird to me to have docs saying "we don't support
this", but I think a comment in the action.yml file makes sense.
Will add one in checkout, upload-artifact, and download-artifact, I think
that's everywhere this is used.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69?email_source=notifications&email_token=AAAANAASZ7547KNONJU7OODQIJOOBA5CNFSM4IN4B7IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6C5KUA#issuecomment-528864592>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAANAEYRBJPTOLEPGW6RBTQIJOOBANCNFSM4IN4B7IA>
.
|
The https://github.com/actions/upload-artifact repo
action.yml
contains the following:https://github.com/actions/upload-artifact/blob/ec188c28d23c831d7283eb4280a4490eb5010092/action.yml#L11-L12
So this leaves me to ask, what other things apart from running NodeJS & Docker Image/Container can we do as Action developers as mentioned in the documentation here - https://help.github.com/en/articles/metadata-syntax-for-github-actions#runs
/cc @chrispat & @damccorm
The text was updated successfully, but these errors were encountered: