Skip to content

Update main.yml

Update main.yml #36

Workflow file for this run

on:
push:
branches:
- master
name: Publish Website
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected]
with:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
ftp-server: ftp.leftfieldbrewery.ca
ftp-username: [email protected]
ftp-password: ${{ secrets.FTP_PASSWORD }}
exclude: |
- wp-content/uploads/**
- wp-admin/**/
- .htaccess