Skip to content

Commit 54d87a5

Browse files
committed
fix
1 parent deeb924 commit 54d87a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
toollist:
1111
runs-on: ubuntu-latest
1212
outputs:
13-
tools: ${{ steps.tools.outputs.tools }}
13+
tools: ${{ steps.tools.outputs }}
1414
steps:
1515
- uses: actions/checkout@master
1616
- name: Tools
1717
id: tools
1818
run: |
19-
cat README.md | grep -- --tool-- | grep -v -- --no-test-- | tr '[]' ' ' | awk '{print $6}' | jq -R . | jq -s . >> "$GITHUB_OUTPUT"
19+
cat README.md | grep -- --tool-- | grep -v -- --no-test-- | tr '[]' ' ' | awk '{print $6}' | jq -R . | jq -c -s . >> "$GITHUB_OUTPUT"
2020
toolcheck:
2121
needs: toollist
2222
strategy:

0 commit comments

Comments
 (0)