Skip to content

Commit a76cc4e

Browse files
committed
[CI] Try fixing tangle roots with subfolders
1 parent 65c1d12 commit a76cc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tangle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: List tangle roots
5454
id: set-tangle-roots
55-
run: echo "roots=${{fromJson(steps.read-tangle-metadata.outputs.metadata).roots}}" >> $GITHUB_OUTPUT
55+
run: echo "roots=${{toJson(fromJson(steps.read-tangle-metadata.outputs.metadata).roots)}}" >> $GITHUB_OUTPUT
5656

5757
- name: Upload artifact
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)