forked from forgejo/forgejo
[CLI] implement forgejo-cli actions (squash) restore --version
Refs: https://codeberg.org/forgejo/forgejo/issues/1134
This commit is contained in:
parent
7e097b945c
commit
e2000f5bfc
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