mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-05 23:13:06 +00:00
ci: fix entropy to be int
This commit is contained in:
parent
8445f95d7d
commit
ddd0da5c3f
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
- name: Setup CLI arguments
|
||||
run: |
|
||||
ENTROPY="${{ github.run_id }}-${{ github.run_attempt }}"
|
||||
ENTROPY="${{ github.run_id }}"
|
||||
echo "Entropy: $ENTROPY"
|
||||
echo "CLI_ARGS=--depth=${{ github.event.inputs.maxDepth }} --maxslots=${{ github.event.inputs.maxSlots }} --cellsize=${{ github.event.inputs.cellSize }} --blocksize=${{ github.event.inputs.blockSize }} --nsamples=${{ github.event.inputs.nSamples }} --entropy="$ENTROPY" --seed=${{ github.event.inputs.seed }} --nslots=${{ github.event.inputs.nSlots }} --slotindex=${{ github.event.inputs.slotIndex }} --ncells=${{ github.event.inputs.nCells }}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user