Skip to content

Commit 0efaf2b

Browse files
committed
syncing to new release
1 parent 35b8b38 commit 0efaf2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Hello world action step
2424
id: controller
25-
uses: ansible-cloud/[email protected].0
25+
uses: ansible-cloud/[email protected].1
2626
# Use the output from the `hello` step
2727
- name: The job template being executed
2828
run: echo "The job template is ${{ steps.controller.inputs.job_template }}"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
controller_host:
99
description: "Automation controller URL."
1010
required: true
11-
controller_host:
11+
controller_username:
1212
description: "Automation controller username."
1313
required: false
1414
controller_password:

0 commit comments

Comments
 (0)