我想创建一个curl命令,该命令发布一个发行版,其中包含来自git命令的描述。Curl命令(工作中): curl --request POST --data "{"description": "MY git command result should be here"}" "https://gitlab.unc.nc/api/v4/projects/$APP_GITLAB_N
当我运行手动作业时,我想将一个手动作业添加到我的拉请求中,以标记我的源分支。此标记将在我的位上升配置上触发生成。Switched to a new branch 'feature/gitlab-ci'
Branch feature/gitlab-ciset up to track remote branch feature