Skip to content

Schedule test

Schedule test #1

Workflow file for this run

name: Scheduled run 1
on:
schedule: '15 * * * *'
jobs:
test_schedule:
runs-on: ubuntu-latest
env:
FOO: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}
steps:
- run: echo "ok: $FOO"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/sched1.yml

Invalid workflow file

You have an error in your yaml syntax on line 11