Record how to consume this, measured #1
Reference in New Issue
Block a user
Delete Branch "docs/measured-usage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The seed commit stated
uses:did not work here. That was measured while thisrepo was still private and is no longer true.
Re-measured against the public repo (weblib-archive#44), one job per form
because Gitea posts one commit status per job and job logs return 500:
uses: https://git.chaosbit.de/weblib/weblib-ci@mainuses: weblib/weblib-ci@maingit clone https://…/weblib-ci.git, no credentialssteps.<id>.outputs.path, then running a tool through itThe bare
owner/repoform resolves against the instance's default actions URLrather than this host, so it must be the full URL.
The last row is listed separately on purpose: the action running and its
output reaching the caller are different claims. My first probe only
established the former, and a composite action returning an empty string is
exactly the sort of thing that looks green — so I re-probed with a job that
consumes
outputs.pathand executes a tool through it.So the consumption pattern is:
No credentials anywhere, which is what being public buys — the alternative was
WEBLIB_DEPLOY_KEYplus an ssh setup step in four repos.