Skip to content

Commit

Permalink
Create main1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaaJhawar authored Dec 6, 2022
1 parent a30e4af commit 696951e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Call a reusable workflow and use its outputs

on:
workflow_dispatch:

jobs:
job1:
uses:

job2:
runs-on: ubuntu-latest
needs: job1
steps:
- run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }}

0 comments on commit 696951e

Please sign in to comment.