Skip to content

Commit

Permalink
added aws-resource-tags 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Oct 7, 2023
1 parent 4de2469 commit ff945c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ec2-instance-type: ${{ vars.AWS_INSTANCE_TYPE }}
subnet-id: ${{ vars.AWS_SUBNET }}
security-group-id: ${{ vars.AWS_SECURITY_GROUP }}
aws-resource-tags: {"Key": "Name", "Value": "Test-CPU-TM-HG"}
aws-resource-tags: [{"Key": "Name", "Value": "Test-CPU-TM-HG"}]

do-the-job:
name: Do the job on the runner
Expand Down

0 comments on commit ff945c5

Please sign in to comment.