Skip to content

Commit

Permalink
fix: append hostname in delete workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnyu5 committed Jul 4, 2024
1 parent 1cadeaf commit 0e9cfff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cleanup/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func deleteWorkflowRun(workflowID int64) error {
Arg(fmt.Sprintf("/repos/{owner}/{repo}/actions/runs/%d", workflowID)).
Arg("--method").
Arg("DELETE").
AppendHostname(true).
ParseOutputJson(false).
Exec()

Expand Down

0 comments on commit 0e9cfff

Please sign in to comment.