胖梁
胖梁
同样问题 照着 example 把 /home/nacos/init.d/custom.properties 放进去 又报 conf/application.properties 里的 server.tomcat.basedir 为空
> custom.properties 已经废弃了 在Readme里面有说明,如果想自定义只能自己挂载application.properties 如果什么也不做, 报错 Config data location '/home/nacos/init.d/' does not exist 创建空的 /home/nacos/init.d/ 又报错conf/application.properties 里的 server.tomcat.basedir 为空
> > > custom.properties 已经废弃了 在Readme里面有说明,如果想自定义只能自己挂载application.properties > > > > > > 如果什么也不做, 报错 Config data location '/home/nacos/init.d/' does not exist > > 创建空的 /home/nacos/init.d/ 又报错conf/application.properties 里的 server.tomcat.basedir 为空 >...
> Well, the problem is, you can specify some user-supplied fields for workflow_dispatch, have you handled that case as well? I plan to implement a version similar to github, providing...
> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch  Should we also follow this note? I think it should be following now. * When list workflow, `DefaultBranch` is used * When running workflow_dispatch workflow, the target...
> > In the actions.list method, if workflow is selected and IsAdmin, check whether the on event contains workflow_dispatch. If so, display a Run workflow button to allow the user...
> > > * environment: gitea doesn't support the `environment` feature yet, right? Maybe act_runner uses environment as a keyword, so it can't get the value of `inputs.environment` > >...
Ok, I didn't notice before that WorkflowDispatchConfig comes from `nektos/act`, now these steps are needed: - [x] Submit a PR to `nektos/act`: https://github.com/nektos/act/pull/2123 - [x] Submit a PR to `gitea/act`...
@yp05327 Let’s discuss this. `Workflow_Dispatch.Inputs` in `nektos/act` is not suitable for use in views. Then we might as well write another structure and parsing method on the gitea side without...
> Ok, I didn't notice before that WorkflowDispatchConfig comes from `nektos/act`, now these steps are needed: > > * [x] Submit a PR to `nektos/act`: [WorkflowDispatchConfig supports multiple yaml node...