Skip to content

Commit

Permalink
() instead of {}
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Jan 25, 2024
1 parent 610ff9b commit da8bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_payment_round.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Generate Payload and report
run: |
DAY=${{ github.event.inputs.epoch_end_date }}
TIMESTAMP=${date -d "$DAY 00:00:00"}
TIMESTAMP=$(date -d "$DAY 00:00:00")
echo "Running for $DAY $TIMESTAMP"
pip install -r requirements.txt
python3 main.py --ts_bound $TIMESTAMP
Expand Down

0 comments on commit da8bdd4

Please sign in to comment.