Skip to content

Commit

Permalink
Create reuse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svu authored May 31, 2024
1 parent c29f8d7 commit 74ae40d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Reuse other workflow

on: [workflow_dispatch]

jobs:
call-workflow:
uses: ./.github/workflows/reusable.yml
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 }}"

0 comments on commit 74ae40d

Please sign in to comment.