File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ resources:
55
55
command : zero-downtime-push
56
56
manifest : task-output/manifest.yml
57
57
path : artifact/myapp-*.jar
58
- current_app_name : {{ cf-test-app-name}}
58
+ current_app_name : (( cf-test-app-name))
59
59
` ` `
60
60
61
61
## Generate release information
@@ -84,8 +84,8 @@ This example showcases tasks commonly used with [github-release](https://github.
84
84
output_mapping: {task-output: generate-commitish-output}
85
85
- task: generate-release-notes
86
86
file: pipeline-tasks/generate-release-notes-from-changelog/task.yml
87
- input-mapping : {task-input: project}
88
- output-mapping : {task-output: generate-release-notes-output}
87
+ input_mapping : {task-input: project}
88
+ output_mapping : {task-output: generate-release-notes-output}
89
89
- put: github-release
90
90
params:
91
91
name: generate-github-release-output/release-name
You can’t perform that action at this time.
0 commit comments