Skip to content

YAML is fun.

YAML is fun. #4

Workflow file for this run

name: Publish Website over SFTP
on:
pull_request:
push:
branches:
- trunk
workflow_run:
workflows: ['Static Linting']
types: [completed]
jobs:
after:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo "Second action successfully finished!"

Check failure on line 17 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 17