Default Branch

d8c156de2e · Convert main to README-only branch, update usage to reference @restore and @save branches · Updated 2026-05-17 02:04:39 +08:00

Branches

d4b6457b06 · fix: restore step died with exit 141 (SIGPIPE) on every cache hit — act runs step scripts with 'bash -e -o pipefail', so the 'FIRST_ENTRY=$(tar -tf ... | head -1)' detection line killed the step: head -1 closes the pipe after the first line, tar gets SIGPIPE (141), and pipefail propagates it as the script exit status (observed: 'Cache hit' then 'Process completed with exit code 141', step duration 0s, on deploy-leptos after this detection line was added on 2026-08-14) · Updated 2026-08-17 11:18:46 +08:00    saru

1
6
Compare

3e8d61a92b · Archive the cached dir relative, not by its absolute path · Updated 2026-08-14 23:28:25 +08:00    saru

1
5
Compare