Skip to content

Commit

Permalink
fix fees file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 authored and Tritium-VLK committed Oct 15, 2024
1 parent d2f462d commit 8361dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect_fees_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
DRPC_KEY: ${{ secrets.DRPC_KEY }}
run: |
pip3 install -r requirements.txt
python3 main.py --ts_now ${{ steps.date_calc.outputs.end_timestamp }} --ts_in_the_past ${{ steps.date_calc.outputs.start_timestamp }} --fees_file_name fees_v1_${{ steps.date_calc.outputs.date_range_string }}.json --output_file_name incentives_v1_${{ steps.date_calc.outputs.date_range_string }}.csv
python3 main.py --ts_now ${{ steps.date_calc.outputs.end_timestamp }} --ts_in_the_past ${{ steps.date_calc.outputs.start_timestamp }} --fees_file_name fees_${{ steps.date_calc.outputs.date_range_string }}.json --output_file_name incentives_${{ steps.date_calc.outputs.date_range_string }}.csv
- name: Run v2 allocator
env:
Expand Down

0 comments on commit 8361dbb

Please sign in to comment.