Skip to content

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
repository_dispatch:
types: [redoc_update]
jobs:
name: Build documentation

Check failure on line 11 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blank.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
runs-on: ubuntu-latest
steps:
- name:
if: github.event_name == 'repository_dispatch'
run: echo "Trigged from ${{ github.event.client_payload.repo }}"