Skip to content

Commit

Permalink
add missing $s?
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Jan 25, 2024
1 parent da8bdd4 commit ce403b5
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" "%s")
echo "Running for $DAY $TIMESTAMP"
pip install -r requirements.txt
python3 main.py --ts_bound $TIMESTAMP
Expand Down

0 comments on commit ce403b5

Please sign in to comment.