forked from forgejo/forgejo
This reverts commit24cf06592e
. (cherry picked from commitbf8853299d
) (cherry picked from commitcd1b258e3e
)
This commit is contained in:
parent
8ec046fb08
commit
4085181bd9
5 changed files with 33 additions and 139 deletions
|
@ -139,7 +139,7 @@ func generateTaskContext(t *actions_model.ActionTask) *structpb.Struct {
|
|||
"workspace": "", // string, The default working directory on the runner for steps, and the default location of your repository when using the checkout action.
|
||||
|
||||
// additional contexts
|
||||
"gitea_default_actions_url": setting.Actions.DefaultActionsURL.URL(),
|
||||
"gitea_default_actions_url": setting.Actions.DefaultActionsURL,
|
||||
})
|
||||
if err != nil {
|
||||
log.Error("structpb.NewStruct failed: %v", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue