Skip to content

Commit 7445a54

Browse files
committed
fix
1 parent 003920c commit 7445a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-commit-initial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
jq --raw-output --monochrome-output '.NUM_EPOCHS = 1' configs/networks/flare.json | sponge configs/networks/flare.json
3939
jq --raw-output --monochrome-output --argjson epoch "$USE_REWARD_EPOCH" '.REWARD_EPOCH = $epoch' configs/networks/flare.json | sponge configs/networks/flare.json
40-
yarn run process-staking-rewards
40+
yarn run prepare-initial-data
4141
4242
- name: Commit generated-files
4343
run: |

0 commit comments

Comments
 (0)