From d7d343581693ac3c8f43a96305ea767e8991d01a Mon Sep 17 00:00:00 2001 From: tankilevitch Date: Tue, 2 Jan 2024 15:38:28 +0200 Subject: [PATCH] outputs --- .github/workflows/upload-integration-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-integration-templates.yaml b/.github/workflows/upload-integration-templates.yaml index 315e9fe..cdb1036 100644 --- a/.github/workflows/upload-integration-templates.yaml +++ b/.github/workflows/upload-integration-templates.yaml @@ -43,4 +43,4 @@ jobs: echo "bucket_name=advance-templates-stg-01" >> $GITHUB_OUTPUT fi - name: Upload specifications to s3 - run: aws s3 cp integrations/ "s3://${{ steps.resolve-bucket-name.output.bucket_name }}/integrations" --recursive + run: aws s3 cp integrations/ "s3://${{ steps.resolve-bucket-name.outputs.bucket_name }}/integrations" --recursive