Skip to content

test: git official docs #23

test: git official docs

test: git official docs #23

Workflow file for this run

name: Call a reusable workflow and use its outputs
on:
push:
workflow_dispatch:
jobs:
job1:
uses: 777abhi/playwright-typescript-basics/.github/workflows/workflowA.yml@chore-point-to-main-wf-reusable
job2:
runs-on: ubuntu-latest
needs: job1
steps:
- run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }}