Commit Graph
2 Commits
Author SHA1 Message Date
alexandClaude Opus 5 a9469448fc point the probe at the fork
Probe the artifacts / probe (push) Successful in 8s
The first round answered what it was for: a step cannot set GITHUB_SERVER_URL
and v4 fails on the check either way, while v3 uploads. The three upload
steps are down to one, on the fork, and it is no longer allowed to fail
quietly — the run is now a straight yes or no on going back to v4.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-14 05:16:18 +05:00
alexandClaude Opus 5 18d970b70e add a probe workflow for the artifact upload
Probe the artifacts / probe (push) Successful in 5s
The release takes four minutes to reach the upload and fails there on a
check the action makes before any request leaves the runner. The probe
asks the same questions in seconds: what the runner puts in the GITHUB_
names, whether a step-level env reaches a JS action at all, and which of
v3 and v4 gets an artifact through.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-14 04:51:19 +05:00