From 7acbe3562569b0d2fd78d70413e0bc4f6de37d20 Mon Sep 17 00:00:00 2001 From: Okan Kocabalkanli Date: Thu, 5 Dec 2024 16:10:10 -0500 Subject: [PATCH] changed port to str --- .github/workflows/ec2-integration-test.yml | 4 ++-- .github/workflows/start-localstack.yml | 2 +- .github/workflows/stop-localstack.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ec2-integration-test.yml b/.github/workflows/ec2-integration-test.yml index 3002c0208e..7e097f5e56 100644 --- a/.github/workflows/ec2-integration-test.yml +++ b/.github/workflows/ec2-integration-test.yml @@ -41,7 +41,7 @@ on: s3_integration_bucket: type: string connection_port: - type: number + type: string required: true jobs: @@ -77,7 +77,7 @@ jobs: aws-security-group-id: ${{ secrets.AWS_TERRAFORM_SECURITY_GROUP_ID }} protocol: 'tcp' port: ${{ inputs.connection_port }} - + - name: Cache if success id: cache_if_success uses: actions/cache@v3 diff --git a/.github/workflows/start-localstack.yml b/.github/workflows/start-localstack.yml index 1d7c848d93..b74ccd0a59 100644 --- a/.github/workflows/start-localstack.yml +++ b/.github/workflows/start-localstack.yml @@ -29,7 +29,7 @@ on: s3_integration_bucket: type: string connection_port: - type: number + type: string required: true outputs: local_stack_host_name: diff --git a/.github/workflows/stop-localstack.yml b/.github/workflows/stop-localstack.yml index 2c47ae796f..89b2b359bd 100644 --- a/.github/workflows/stop-localstack.yml +++ b/.github/workflows/stop-localstack.yml @@ -26,7 +26,7 @@ on: s3_integration_bucket: type: string connection_port: - type: number + type: string required: true jobs: