Skip to content

Commit e6a1c61

Browse files
committed
Update main.yml
1 parent 5474da5 commit e6a1c61

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
@@ -43,7 +43,7 @@ jobs:
4343
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
4444
controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
4545
job_template: "Workshop Provision Job"
46-
extra_vars: "ec2_name_prefix=github-action-test-sean"
46+
extra_vars: "ec2_name_prefix=github-action-test-seanjul15"
4747
validate_certs: false
4848
- name: Load the ansible-cloud action for teardown
4949
id: workshop_teardown
@@ -53,5 +53,5 @@ jobs:
5353
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
5454
controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
5555
job_template: "Teardown Workshop"
56-
extra_vars: "ec2_name_prefix=github-action-test-sean"
56+
extra_vars: "ec2_name_prefix=github-action-test-seanjul15"
5757
validate_certs: false

0 commit comments

Comments
 (0)