Skip to content

Commit 885bda2

Browse files
added output line to first job
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent b6eebd8 commit 885bda2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/markdownToPDF.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
get-changed-directories:
1212
name: Get changed directories
1313
runs-on: ubuntu-latest
14+
outputs:
15+
tiers: ${{ steps.list-dirs.outputs.tiers }}
16+
1417
steps:
1518
- name: Checkout code
1619
uses: actions/checkout@v4
@@ -24,6 +27,7 @@ jobs:
2427
dir_names: "true"
2528

2629
- name: List all changed directories
30+
id: list-dirs
2731
env:
2832
ALL_CHANGED_FILES: ${{ steps.get-dirs.outputs.all_changed_files }}
2933
run: |

0 commit comments

Comments
 (0)