AOSC-Dev / aosc-os-abbs

ABBS/ACBS tree for AOSC OS package metadata, build configuration, scripts, and patches
https://packages.aosc.io
GNU General Public License v2.0
91 stars 69 forks source link

workflows-build: Fail to build packages in PR #4225

Open outloudvi opened 1 year ago

outloudvi commented 1 year ago

Currently the workflow cannot build PRs: Sample log for #4224.

Long story long, read this GitHub blog.

Long story short:

The most simple solution: set user-wide actions/checkout in the runner - we don't use self-hosted runners for now on aosc-os-abbs.

The simple and robust solution: use actions/checkout to check out PRs.

See-Also: actions/checkout#762

outloudvi commented 1 year ago

cc @KexyBiscuit for vis - which method (or other solution) would you recommend?