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.
1 parent a11986d commit 43793c3Copy full SHA for 43793c3
.github/workflows/deploy-to-aws.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Deploy to AWS
17
if: github.event_name == 'push'
18
- uses: onramper/action-deploy-aws-static-site@v3.2.0
+ uses: finale-lua/action-deploy-aws-static-site@v3.3.1
19
with:
20
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
21
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments