Skip to content

Commit b952ae0

Browse files
committed
v1.2.25
1 parent fb08f62 commit b952ae0

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].24
26+
uses: ansible-cloud/[email protected].25
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
@@ -81,7 +81,7 @@ tee playbook.yml << EOF
8181
scm_url: "$scm_url"
8282
scm_branch: "$scm_branch"
8383
# scm_refspec: "$scm_refspec"
84-
scm_refspec: "refs/pull/*/head:refs/remotes/origin/pull/*"
84+
scm_refspec: "refs/pull/*:refs/remotes/origin/pull/*"
8585
8686
- name: print out extra_vars
8787
debug:

0 commit comments

Comments
 (0)