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 8a9d45b commit d2a987cCopy full SHA for d2a987c
entrypoint.sh
@@ -39,10 +39,14 @@ pull/1/head
39
# scm_branch e.g. pull/1/head (for PR #1)
40
# scm_refspec e.g. refs/pull/1/head:refs/remotes/origin/pull/1/head
41
42
+scm_url="https://github.com/$GITHUB_REPOSITORY"
43
+echo "scm_url is $scm_url"
44
+
45
scm_branch="pull/$pull_request_event/head"
46
echo "scm_branch is $scm_branch"
47
48
scm_refspec="refs/pull/$pull_request_event/head:refs/remotes/origin/pull/$pull_request_event/head"
49
+echo "scm_refspec is $scm_refspec"
50
51
52
@@ -74,7 +78,6 @@ tee playbook.yml << EOF
74
78
debug:
75
79
msg:
76
80
- "extra vars are {{ extra_vars }}"
77
- - "extra vars are {{ extra_vars }}"
81
82
- name: sync project update
83
awx.awx.project_update:
0 commit comments