Skip to content

Commit a296b2d

Browse files
committed
sync
1 parent b952ae0 commit a296b2d

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Load the ansible-cloud action
2525
id: controller_job
26-
uses: ansible-cloud/[email protected].25
26+
uses: ansible-cloud/[email protected].26
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
2929
controller_username: ${{ secrets.CONTROLLER_USERNAME }}

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tee playbook.yml << EOF
123123
scm_branch: "{{ project_info[0].scm_branch }}"
124124
scm_refspec: "{{ scm_refspec }}"
125125
# credential: "{{ project_info[0].credential }}"
126-
scm_clean: "{{ project_info[0].scm_clean }}"
126+
scm_clean: True
127127
scm_delete_on_update: "{{ project_info[0].scm_delete_on_update }}"
128128
scm_track_submodules: "{{ project_info[0].scm_track_submodules }}"
129129
scm_update_on_launch: "{{ project_info[0].scm_update_on_launch }}"

0 commit comments

Comments
 (0)