Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spcaipers-arm committed Dec 17, 2021
0 parents commit e388d79
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: [workflow_dispatch]

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- uses: actions/checkout@v2
- uses: spcaipers-arm/VHT-AMI@use_compose_actions_vht_cli
with:
access_key_id: test
ami_id: test
aws_region: test
iam_role: test
instance_type: t2.micro
s3_bucket_name: test
secret_access_key: test
security_group_id: test
session_token: ''
ssh_key_name: common
subnet_id: ''
terminate_ec2_instance: ''
vht_in: ''

0 comments on commit e388d79

Please sign in to comment.