From 0ec2fcaecf0f745107271eca1947b989fa0fab17 Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Wed, 27 Mar 2024 14:14:58 -0300 Subject: [PATCH] fix --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c57f60e..382d47d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,9 +79,7 @@ jobs: body-includes: Test this pull request - name: Generate S3 URL id: url-generator - run: | - body=$(echo ${{ secrets.SDK_TEAM_S3_BASE_URL }})/${{ needs.publish.outputs.cli_s3_bucket_key }} - echo ::set-output name=body::$body + run: echo "body=${{ secrets.SDK_TEAM_S3_BASE_URL }}/${{ needs.publish.outputs.cli_s3_bucket_key }}" >> $GITHUB_OUTPUT - name: Create or update comment uses: peter-evans/create-or-update-comment@v4 with: