mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-12 05:47:23 +00:00
[CLI] implement forgejo-cli actions (squash) restore --version
Refs: https://codeberg.org/forgejo/forgejo/issues/1134
This commit is contained in:
parent
b408085138
commit
9739eb52d8
4 changed files with 30 additions and 27 deletions
|
@ -22,6 +22,5 @@ func GenerateActionsRunnerToken(ctx context.Context, scope string) (string, Resp
|
|||
})
|
||||
|
||||
resp, extra := requestJSONResp(req, &responseText{})
|
||||
// fmt.Printf("resp %v, extra %+v\n", resp, extra)
|
||||
return resp.Text, extra
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue