Skip to content

Commit a88ba4f

Browse files
committed
sync
1 parent e6750b6 commit a88ba4f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ runs:
3939
CONTROLLER_VERIFY_SSL: ${{ inputs.validate_certs }}
4040
CONTROLLER_PROJECT: ${{ inputs.controller_project }}
4141
JOB_TEMPLATE: ${{ inputs.job_template }}
42-
WORKFLOW_TEMPLATE: ${{ inputs.job_template }}
42+
WORKFLOW_TEMPLATE: ${{ inputs.workflow_template }}
4343
EXTRA_VARS: ${{ inputs.extra_vars }}

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,10 @@ tee playbook.yml << EOF
255255
register: playbook_output
256256
257257
- name: display Automation controller job output
258-
when: job_template_var|length > 0 or workflow_template_var|length > 0
259258
debug:
260259
var: playbook_output.json.content
261260
262261
- name: copy playbook output from Automation controller to file
263-
when: job_template_var|length > 0 or workflow_template_var|length > 0
264262
ansible.builtin.copy:
265263
content: "{{ playbook_output.json.content }}"
266264
dest: job_output.txt

0 commit comments

Comments
 (0)