From 681c4dafbef33844ba990718c86a6d0ba063541b Mon Sep 17 00:00:00 2001 From: Chris Johns <95475146+cjohns-scottlogic@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:08:43 +0000 Subject: [PATCH] Updated publish.yml to fix indenting. (#344) --- .github/workflows/upload_to_S3.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/upload_to_S3.yml b/.github/workflows/upload_to_S3.yml index 1d0a9f6d..7f6bcf1b 100644 --- a/.github/workflows/upload_to_S3.yml +++ b/.github/workflows/upload_to_S3.yml @@ -4,11 +4,11 @@ on: push: branches: - main - workflow_dispatch: - inputs: - environment: - type: environment - description: The environment to deploy to. + workflow_dispatch: + inputs: + environment: + type: environment + description: The environment to deploy to. jobs: detect-environments: @@ -48,4 +48,4 @@ jobs: - name: Save to S3 run: | aws s3 sync ./collection s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/collection - aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline \ No newline at end of file + aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline