Skip to content

Commit

Permalink
fix: constant region name
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Campos <mail@ruicampos.org>
  • Loading branch information
RuiFilipeCampos authored Jan 1, 2024
1 parent 3ad877f commit c27d897
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ on:
required: true
type: string
default: '0.001'
region_name:
description: 'The region name.'
required: true
type: string
default: 'eu-west-2'
ami_id:
description: 'The ami id.'
required: true
Expand Down Expand Up @@ -111,7 +106,7 @@ jobs:
export AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
export AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}
export REGION_NAME=${{ github.event.inputs.region_name }}
export REGION_NAME=eu-west-2
export AMI_ID=${{ github.event.inputs.ami_id }}
export INSTANCE_TYPE=${{ github.event.inputs.instance_type }}
Expand Down

0 comments on commit c27d897

Please sign in to comment.