Skip to content

Commit f31faa1

Browse files
committed
Update main.yml
1 parent ee6fa71 commit f31faa1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ jobs:
2323
- name: Load the ansible-cloud action
2424
id: controller
2525
uses: ansible-cloud/[email protected]
26+
with:
27+
CONTROLLER_HOST: ${{ secrets.CONTROLLER_HOST }}
28+
CONTROLLER_USERNAME: ${{ secrets.CONTROLLER_USERNAME }}
29+
CONTROLLER_PASSWORD: ${{ secrets.CONTROLLER_PASSWORD }}
30+
CONTROLLER_VERIFY_SSL: false
2631
- name: The job template being executed
27-
run: echo "The job template is ${{ steps.controller.inputs.job_template }}"
32+
run: echo "The job template is ${{ steps.controller.inputs.job_template
33+
}}"

0 commit comments

Comments
 (0)