📖 docs: add comprehensive reference guide and update to kebab-case (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Has been cancelled

This commit is contained in:
2026-04-06 17:18:31 +02:00
parent 89f17cba7d
commit e21b81baef
4 changed files with 356 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ cmd_job_logs() {
exit 1
fi
local endpoint="/repos/${owner}/${repo}/actions/runs/${job_id}/logs"
local endpoint="/repos/${owner}/${repo}/actions/jobs/${job_id}/logs"
local logs=$(api_request "GET" "$endpoint")
if [[ -n "$output_file" ]]; then