Watch latest run live github-actions
Stream the newest run's progress live and exit with its status code
gh run watch $(gh run list -w deploy.yml -L1 --json databaseId -q '.[0].databaseId')
more github-actions
all 7 commands →
Show only failed logs
gh run view <id> --log-failed | less -R
Run a job locally with act
act -j build --secret-file .secrets -P ubuntu-latest=catthehacker/ubuntu:act-22.04
Rerun only failed jobs
gh run rerun <id> --failed
List and prune caches
gh cache list --sort size_in_bytes --order desc; gh cache delete <id>
OIDC keyless cloud auth
permissions:
id-token: write
contents: read