Skip to content

Commit f87e27f

Browse files
marcduikeryaron2
andauthored
Fix docs_any_changed (#123)
Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
1 parent 1e52758 commit f87e27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: Review changed files
2020
outputs:
21-
docs_any_changed: NaN
21+
docs_any_changed: ${{ steps.changed-files.outputs.docs_any_changed }}
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Get changed files

0 commit comments

Comments
 (0)