Skip to content

More formatting.

More formatting. #3

Workflow file for this run

name: Publish Website over SFTP
on:
pull_request:
push:
branches:

Check failure on line 6 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 6
- 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!"