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 ee6fa71 commit f31faa1Copy full SHA for f31faa1
.github/workflows/main.yml
@@ -23,5 +23,11 @@ jobs:
23
- name: Load the ansible-cloud action
24
id: controller
25
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
31
- name: The job template being executed
- 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