Skip to content

Commit 2b1b6f4

Browse files
committed
checkout?
1 parent 228ef2e commit 2b1b6f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/nightly-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
outputs:
1313
tools: ${{ steps.tools.outputs.tools }}
1414
steps:
15-
- name: Tools
16-
id: tools
17-
run: |
18-
cat README.md | grep -- --tool-- | grep -v -- --no-test-- | sed -e 's/.*\[//' -e 's/\].*//' | jq -R . | jq -s . >> "$GITHUB_OUTPUT"
15+
- uses: actions/checkout@master
16+
- name: Tools
17+
id: tools
18+
run: |
19+
cat README.md | grep -- --tool-- | grep -v -- --no-test-- | sed -e 's/.*\[//' -e 's/\].*//' | jq -R . | jq -s . >> "$GITHUB_OUTPUT"
1920
toolcheck:
2021
needs: toollist
2122
strategy:

0 commit comments

Comments
 (0)