Skip to content

Commit 150fce7

Browse files
committed
Update main.yml
1 parent ea1d296 commit 150fce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# validate_certs: false
3434
workshop_job_provision:
3535
runs-on: ubuntu-latest
36-
name: Test provision workshop and teardown
36+
name: Workshop Provision
3737
steps:
3838
- name: Load the ansible-cloud action to provision
3939
id: workshop_provision
@@ -45,7 +45,7 @@ jobs:
4545
job_template: "Workshop Provision Job"
4646
extra_vars: "ec2_name_prefix=github-action-test-seanjul15"
4747
validate_certs: false
48-
- name: Load the ansible-cloud action for teardown
48+
- name: Workshop Teardown
4949
if: always()
5050
id: workshop_teardown
5151
uses: ansible-cloud/[email protected]

0 commit comments

Comments
 (0)