Skip to content

Commit eb329b3

Browse files
committed
asdf
1 parent 346e1e2 commit eb329b3

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/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 }}

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)