📝 docs: add comprehensive reference guide and update to kebab-case (related to #2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user