Skip to content

Commit 2846284

Browse files
committed
Update main.yml
1 parent 31617d3 commit 2846284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Kick off Automation controller job
2323
steps:
2424
- name: Load the ansible-cloud action
25-
id: controller
25+
id: controller_job
2626
uses: ansible-cloud/[email protected]
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
@@ -36,7 +36,7 @@ jobs:
3636
name: Test provision workshop and teardown
3737
steps:
3838
- name: Load the ansible-cloud action for provision
39-
id: controller
39+
id: workshop_provision
4040
uses: ansible-cloud/[email protected]
4141
with:
4242
controller_host: ${{ secrets.CONTROLLER_HOST }}
@@ -46,7 +46,7 @@ jobs:
4646
extra_vars: "ec2_name_prefix=github-action-test-sean"
4747
validate_certs: false
4848
- name: Load the ansible-cloud action for teardown
49-
id: controller
49+
id: workshop_teardown
5050
uses: ansible-cloud/[email protected]
5151
with:
5252
controller_host: ${{ secrets.CONTROLLER_HOST }}

0 commit comments

Comments
 (0)