Skip to content

Commit 43c8c70

Browse files
authored
xxx
1 parent 97f1439 commit 43c8c70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reuse-workflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
run: echo "firstword=hello" >> $GITHUB_OUTPUT
2525
- id: step2
2626
run: echo "secondword=world" >> $GITHUB_OUTPUT
27+
28+
job3:
29+
runs-on: ubuntu-latest
30+
needs: example_job
31+
steps:
32+
- run: echo ${{ needs.example_job.outputs.output1 }} ${{ needs.example_job.outputs.output2 }}

0 commit comments

Comments
 (0)