We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b8b38 commit 0efaf2bCopy full SHA for 0efaf2b
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Hello world action step
24
id: controller
25
- uses: ansible-cloud/[email protected].0
+ uses: ansible-cloud/[email protected].1
26
# Use the output from the `hello` step
27
- name: The job template being executed
28
run: echo "The job template is ${{ steps.controller.inputs.job_template }}"
action.yml
@@ -8,7 +8,7 @@ inputs:
8
controller_host:
9
description: "Automation controller URL."
10
required: true
11
- controller_host:
+ controller_username:
12
description: "Automation controller username."
13
required: false
14
controller_password:
0 commit comments