From 0ceafc0e73a644ca2600069c2dbdea00fea3ed94 Mon Sep 17 00:00:00 2001 From: tankilevitch Date: Tue, 2 Jan 2024 16:01:06 +0200 Subject: [PATCH] yalla else --- .github/workflows/upload-integration-templates.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upload-integration-templates.yaml b/.github/workflows/upload-integration-templates.yaml index 88612f3..38b9089 100644 --- a/.github/workflows/upload-integration-templates.yaml +++ b/.github/workflows/upload-integration-templates.yaml @@ -39,10 +39,8 @@ jobs: run: | if [[ "${{ github.event_name }}" == "push" ]]; then echo "BUCKET_NAME=advance-templates" >> $GITHUB_OUTPUT - else: + else echo "BUCKET_NAME=advance-templates-stg-01" >> $GITHUB_OUTPUT fi - name: Upload specifications to s3 - env: - BUCKET_NAME: ${{ steps.resolve-bucket-name.outputs.BUCKET_NAME }} - run: aws s3 cp integrations/ s3://${{ env.BUCKET_NAME }}/integrations/ --recursive + run: aws s3 cp integrations/ s3://${{ steps.resolve-bucket-name.outputs.BUCKET_NAME }}/integrations/ --recursive