Skip to content

Commit 95abd0e

Browse files
committed
v2.1.6
1 parent 8d85695 commit 95abd0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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].5
26+
uses: ansible-cloud/[email protected].6
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
2929
controller_username: ${{ secrets.CONTROLLER_USERNAME }}

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo "scm_url is $scm_url"
5050
scm_branch="pull/$pull_request_event/head"
5151
echo "scm_branch is $scm_branch"
5252

53-
# scm_refspec="refs/pull/$pull_request_event/head:refs/remotes/origin/pull/$pull_request_event/head"
53+
# scm_refspec="refs/pull/*:refs/remotes/origin/pull/*"
5454
# echo "scm_refspec is $scm_refspec"
5555

5656

@@ -92,7 +92,7 @@ tee playbook.yml << EOF
9292
template_info: "{{ query('awx.awx.controller_api', 'job_templates', verify_ssl=$CONTROLLER_VERIFY_SSL, query_params={ 'name': '$JOB_TEMPLATE' }) }}"
9393
scm_url: "$scm_url"
9494
scm_branch: "$scm_branch"
95-
scm_refspec: "refs/pull/*/head:refs/remotes/origin/pull/*"
95+
scm_refspec: "refs/pull/*:refs/remotes/origin/pull/*"
9696
9797
- name: print out existing project settings to terminal
9898
debug:

0 commit comments

Comments
 (0)