[Issue #1] Add Actions logs commands using existing Gitea 1.25 API #2
Reference in New Issue
Block a user
Delete Branch "issue-1-actions-logs-commands"
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?
Summary
tea actions runscommand to list workflow runs for a repositorytea actions jobs <run-id>command to list jobs for a specific workflow runtea actions logs <job-id>command to display logs for a specific jobmodules/apipackage for making direct authenticated HTTP requests to Gitea API endpoints not yet supported by the go-sdkTest plan
go buildgo test ./...to verify no regressionstea actions runsdisplays workflow runs correctlytea actions jobs <run-id>displays jobs for a runtea actions logs <job-id>displays logs for a jobCloses #1
🤖 Generated with Claude Code