Skip to content

Update reuse.yml

Update reuse.yml #2

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/reuse.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
who-to-greet: '@octocat'
use-output:
runs-on: ubuntu-latest
needs: [call-workflow]
steps:
- run: echo "Time was ${{ needs.call-workflow.outputs.current-time }}"