Skip to content

Commit

Permalink
Update CI to replace missing action
Browse files Browse the repository at this point in the history
0xTim committed Jan 26, 2024
1 parent 2013007 commit 7d2ae40
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/prs-closed.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7d2ae40

Please sign in to comment.