We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3782ec0 commit ff0bb15Copy full SHA for ff0bb15
.github/workflows/flaky.yml
@@ -34,7 +34,7 @@ jobs:
34
crdb_len=$(wc -w <<<"${{ github.event.inputs.crdb }}")
35
ruby_len=$(wc -w <<<"${{ github.event.inputs.ruby }}")
36
(( seeds_count = ${{github.event.inputs.max}} / ( crdb_len * ruby_len ) ))
37
- seeds=$(shuf --input-range=1-65535 --head-count=$seeds_count | jq --slurp)
+ seeds=$(shuf --input-range=1-65535 --head-count=$seeds_count | jq --slurp --compact-output)
38
echo "crdb=$crdb" >> $GITHUB_OUTPUT
39
echo "ruby=$ruby" >> $GITHUB_OUTPUT
40
echo "seeds=$range" >> $GITHUB_OUTPUT
0 commit comments