Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomsoldat committed Dec 28, 2024
1 parent 29c60c4 commit 2591ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: shallwefootball/s3-upload-action@master
with:
aws_key_id: ${{ secrets.S3_KEY_ID }}
aws_secret_access_key: ${{ secrets.S3_SECRET_ACCESS_KEY}}
aws_secret_access_key: ${{ secrets.S3_SECRET_ACCESS_KEY }}
aws_bucket: ${{ secrets.S3_BUCKET }}
endpoint: ${{ secrets.S3_ENDPOINT }}
source_dir: './public'

0 comments on commit 2591ebf

Please sign in to comment.