Skip to content

updated the yml again #3

updated the yml again

updated the yml again #3

Workflow file for this run

name : update webpage via S3
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@master
with:

Check failure on line 14 in .github/workflows/myCICD.yml

View workflow run for this annotation

GitHub Actions / update webpage via S3

Invalid workflow file

The workflow is not valid. .github/workflows/myCICD.yml (Line: 14, Col: 9): Unexpected value 'with'
- args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-west-2'
SOURCE_DIR: 'webpage'