Skip to content

Use reusable workflow from current branch #519

Use reusable workflow from current branch

Use reusable workflow from current branch #519

Workflow file for this run

name: Dash
on:
pull_request:
paths:
- .github/workflows/fuzz-dash.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/unix/dash.js
- test/fuzz/**
push:
paths:
- .github/workflows/fuzz-dash.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/unix/dash.js
- test/fuzz/**
branches:
- main
schedule:
- cron: "15 2 * * *"
workflow_dispatch: ~
permissions: read-all
jobs:
fuzz:
name: Fuzz
uses: ericcornelissen/shescape/.github/workflows/reusable-fuzz.yml@${{ github.ref }}

Check failure on line 26 in .github/workflows/fuzz-dash.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fuzz-dash.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ github.ref }}
with:
iterations: 10000
os: ubuntu-22.04
shell: /bin/dash
targets: '["exec", "exec-file", "spawn"]'