Skip to content

.github/workflows/reuse.yml #2

.github/workflows/reuse.yml

.github/workflows/reuse.yml #2

Workflow file for this run

name: Reuse other workflow
on: [workflow_dispatch]
jobs:
call-workflow:
uses: ./.github/workflows/reusable.yml

Check failure on line 6 in .github/workflows/reuse.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reuse.yml

Invalid workflow file

error parsing called workflow ".github/workflows/reuse.yml" -> "./.github/workflows/reusable.yml" (source branch with sha:02cfc3a82e25ac15a8c58dc1fbec62887c28b609) : You have an error in your yaml syntax on line 21
with:
who-to-greet: '@octocat'
use-output:
runs-on: ubuntu-latest
needs: [call-workflow]
steps:
- run: echo "Time was ${{ needs.call-workflow.outputs.current-time }}"