Skip to content

Commit 83ba17a

Browse files
committed
sync
1 parent d9dacee commit 83ba17a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Load the ansible-cloud action
2525
id: controller_job
26-
uses: ansible-cloud/[email protected].14
26+
uses: ansible-cloud/[email protected].15
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
2929
controller_username: ${{ secrets.CONTROLLER_USERNAME }}

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ tee playbook.yml << EOF
8888
awx.awx.project:
8989
name: "{{ project_var }}"
9090
state: present
91+
scm_type: git
9192
scm_url: "$scm_url"
9293
scm_branch: "$scm_branch"
9394
scm_refspec: "$scm_refspec"

0 commit comments

Comments
 (0)