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 fb08f62 commit b952ae0Copy full SHA for b952ae0
.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].24
+ uses: ansible-cloud/[email protected].25
27
with:
28
controller_host: ${{ secrets.CONTROLLER_HOST }}
29
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
entrypoint.sh
@@ -81,7 +81,7 @@ tee playbook.yml << EOF
81
scm_url: "$scm_url"
82
scm_branch: "$scm_branch"
83
# scm_refspec: "$scm_refspec"
84
- scm_refspec: "refs/pull/*/head:refs/remotes/origin/pull/*"
+ scm_refspec: "refs/pull/*:refs/remotes/origin/pull/*"
85
86
- name: print out extra_vars
87
debug:
0 commit comments