-
Notifications
You must be signed in to change notification settings - Fork 211
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 fallbackToDownoadAction #192
Conversation
Dawid, if I misread the meaning of check_artifacts just let me know; i will create another flag, or another flag value for that |
Another input would be much nicer. |
Hey Dawid, I've simplified PR to be a "fallback only". I've also removed one of three tests. check_artifacts is no longer altered. Could you please take a look? @dawidd6 |
Thanks, additionally made some cosmetical changes only. |
This change broke CI on master: https://github.com/dawidd6/action-download-artifact/actions/runs/3170303976 Reverting... |
...and it remains broken after reverting, interesting. |
Actually something else broke, reverted second time, so it stays merged 😄 |
@dawidd6 thank you for merging and for the great and very useful action |
* Add fallback to downloadAction * Fix review comments * Update main.js Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
Hello Dawid,
This is PR for #173
The only notable changes are in
main.js
, a behavior changes if workflow_conclusion is 'in_progress' or emptyIt has some limitations, e.g. no control over unpacking, search_artifacts is ignored when checking the current build
This is my first attempt in modern js, feel free outline if there are any style errors or other errors