File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Load the ansible-cloud action
2525 id : controller_job
26- uses : ansible-cloud/aap_controller_action@v2.1 .0
26+ uses : ansible-cloud/aap_controller_action@v2.2 .0
2727 with :
2828 controller_host : ${{ secrets.CONTROLLER_HOST }}
2929 controller_username : ${{ secrets.CONTROLLER_USERNAME }}
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ tee playbook.yml << EOF
7777 job_template_var: "$JOB_TEMPLATE "
7878 workflow_template_var: "$WORKFLOW_TEMPLATE "
7979 extra_vars: "$EXTRA_VARS "
80+ project_var: "$CONTROLLER_PROJECT "
8081
8182 - name: print out extra_vars
8283 debug:
@@ -92,7 +93,6 @@ tee playbook.yml << EOF
9293 scm_url: "$scm_url "
9394 scm_branch: "$scm_branch "
9495 scm_refspec: "$scm_refspec "
95- project_var: "$CONTROLLER_PROJECT "
9696
9797 - name: print out existing project settings to terminal
9898 debug:
You can’t perform that action at this time.
0 commit comments