We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b7c58e + 9261558 commit 8466c30Copy full SHA for 8466c30
.github/workflows/deploy-to-aws.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Deploy to AWS
34
if: github.event_name == 'push'
35
- uses: onramper/action-deploy-aws-static-site@v3.2.0
+ uses: finale-lua/action-deploy-aws-static-site@v3.3.0
36
with:
37
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
38
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments