Skip to content

Fix formatting

Fix formatting #2

Workflow file for this run

name: Publish Website over SFTP
on:
pull_request:

Check failure on line 4 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
push:
branches:
- trunk
workflow_run:
workflows: ['Static Linting']
types: [completed]
jobs:
after:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: echo "Second action successfully finished!"