mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
chore: quote deployment
This commit is contained in:
parent
3157dd4cf8
commit
05db1e0438
1 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
|||
"show_pipelines": "Show pipelines"
|
||||
},
|
||||
"deploy_pipeline": {
|
||||
"title": "Trigger deployment event for current pipeline #{pipelineId}",
|
||||
"enter_target": "Target deployment environment",
|
||||
"title": "Trigger a 'deployment' event for current pipeline #{pipelineId}",
|
||||
"enter_target": "Target 'deployment' environment",
|
||||
"enter_task": "Deployment task",
|
||||
"trigger": "Deploy",
|
||||
"variables": {
|
||||
|
@ -85,7 +85,7 @@
|
|||
"desc": "Allow pipelines to run on pull requests."
|
||||
},
|
||||
"allow_deploy": {
|
||||
"allow": "Allow deployments",
|
||||
"allow": "Allow 'deployment' events.",
|
||||
"desc": "Permit 'deployment' runs for successful pipelines. All users with with push permissions can trigger these, so use with caution."
|
||||
},
|
||||
"netrc_only_trusted": {
|
||||
|
|
Loading…
Reference in a new issue