Skip to content

Commit

Permalink
Merge pull request #32 from appvia/feature/aws-account-id
Browse files Browse the repository at this point in the history
chore: change this to string
  • Loading branch information
mahamed-ar authored Jul 25, 2024
2 parents 946df77 + f94047c commit 60b8b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan-and-apply-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
aws-account-id:
description: "The AWS account ID to deploy to"
required: true
type: number
type: string

aws-role:
default: "${{ github.event.repository.name }}"
Expand Down

0 comments on commit 60b8b25

Please sign in to comment.