Skip to content

Commit

Permalink
remove main from ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Oct 27, 2024
1 parent 82a8d7c commit 034daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Sync files to S3
uses: aws-actions/s3-sync-action@v0.5.2@main
uses: aws-actions/s3-sync-action@v0.5.2
with:
source-dir: src
destination-bucket: ${{ secrets.AWS_S3_BUCKET_NAME }}
Expand Down

0 comments on commit 034daa3

Please sign in to comment.