From e6d555f9ba5a88f77e2806d821c3bac8b30cac51 Mon Sep 17 00:00:00 2001 From: Pongsaphol Pongsawakul <30414878+pongsaphol@users.noreply.github.com> Date: Fri, 21 Jul 2023 01:09:07 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad8b011..aef4fb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 - name: Change relative path to absolute path - run: sed -i -e 's+../media/+https://proginth.sgp1.cdn.digitaloceanspaces.com/solutions/media/+g' * + run: sed -i -e 's+../media/+https://${{ env.BUCKET_NAME }}.sgp1.cdn.digitaloceanspaces.com/solutions/media/+g' * working-directory: ./md - name: Set up S3cmd cli tool