You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Previously, running this action didn't work well on self-hosted runners, because the /tmp directory persisted across runs. Now, we install tools into $RUNNER_TEMP, which is empty before each job.