From 7d2ae40ba53731e9162f56a67b59b153a654ad8d Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Fri, 26 Jan 2024 20:01:57 +0000 Subject: [PATCH] Update CI to replace missing action --- .github/workflows/ci.yml | 2 +- .github/workflows/prs-closed.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2696413..179c08a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: fi - name: Deploy S3 Website if: ${{ github.event.pull_request.head.repo.full_name == 'vapor/design' && github.actor != 'dependabot[bot]' }} - uses: danburtenshaw/s3-website-pr-action@v2 + uses: rishabhrao/s3-website-https-pr-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/prs-closed.yml b/.github/workflows/prs-closed.yml index 80fc693..1ce7a58 100644 --- a/.github/workflows/prs-closed.yml +++ b/.github/workflows/prs-closed.yml @@ -18,6 +18,6 @@ jobs: steps: - name: Delete Website Bucket - uses: danburtenshaw/s3-website-pr-action@v2 + uses: rishabhrao/s3-website-https-pr-action@v1 with: bucket-prefix: "vapor-design-pulls"