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 d9dacee commit 83ba17aCopy full SHA for 83ba17a
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: Load the ansible-cloud action
25
id: controller_job
26
- uses: ansible-cloud/[email protected].14
+ uses: ansible-cloud/[email protected].15
27
with:
28
controller_host: ${{ secrets.CONTROLLER_HOST }}
29
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
entrypoint.sh
@@ -88,6 +88,7 @@ tee playbook.yml << EOF
88
awx.awx.project:
89
name: "{{ project_var }}"
90
state: present
91
+ scm_type: git
92
scm_url: "$scm_url"
93
scm_branch: "$scm_branch"
94
scm_refspec: "$scm_refspec"
0 commit comments