Skip to content

Commit

Permalink
API_PREFIX should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 25, 2024
1 parent accd187 commit ac7ac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cloudformation-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: true
API_PREFIX:
description: 'API Prefix'
required: true
required: false
AWS_LOAD_BALANCER_HOSTNAME:
description: "AWS Load Balancer match hostname"
required: true
Expand Down

0 comments on commit ac7ac4e

Please sign in to comment.