• Fix cache-read-only for scheduled jobs
    Some checks failed
    Demo Job Summary for Gradle builds / run-gradle-builds (push) Has been cancelled

    Ghost released this 2022-08-19 02:35:47 +08:00 | 473 commits to main since this release

    The fix for #383 introduced a bug that caused the post-action to fail when
    attemping to resolve cache-read-only for scheduled jobs.
    This has been fixed with an explicit (rather than implicit) check for 'event.repository != null'.

    Fixes #409

    Downloads