kachick / wait-other-jobs

⏳ Wait other jobs/workflows☕
https://github.com/marketplace/actions/wait-other-jobs
MIT License
9 stars 4 forks source link

Dump resources, especially checks, for debugging #832

Closed kachick closed 5 months ago

kachick commented 5 months ago

https://docs.github.com/ja/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions

Outputs are Unicode strings, and can be a maximum of 1 MB. The total of all outputs in a workflow run can be a maximum of 50 MB.

🙄

kachick commented 5 months ago

So I should use @actions/artifact and adding new option to realize this https://github.com/actions/toolkit/blob/d1df13e178816d69d96bdc5c753b36a66ad03728/packages/artifact/README.md

kachick commented 5 months ago