Skip to content

Commit 43793c3

Browse files
committed
Update to our fork of AWS deploy action
1 parent a11986d commit 43793c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Deploy to AWS
1717
if: github.event_name == 'push'
18-
uses: onramper/action-deploy-aws-static-site@v3.2.0
18+
uses: finale-lua/action-deploy-aws-static-site@v3.3.1
1919
with:
2020
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2121
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)