Skip to content

Commit

Permalink
Update section-defining-outputs-for-jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrekkr committed Jul 7, 2024
1 parent 378dbb6 commit 3c18ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
job: [1, 2, 3]
steps:
- name: Generate first output
- name: Generate output
id: gen_output
run: |
job="${{ matrix.job }}"
Expand Down

0 comments on commit 3c18ef9

Please sign in to comment.