Skip to content

Commit

Permalink
Update flat.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xperp authored Apr 19, 2024
1 parent f13df86 commit bf041e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
deno-version: v1.x
- name: Print Message
run: echo "https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$(date +'%Y-%m-%d').json"
run: echo "https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$(date -d "1 day ago" +'%Y-%m-%d').json"
# The third step is a Flat Action step. We fetch the data in the http_url and save it as downloaded_filename
- name: Fetch data
uses: githubocto/flat@v3
Expand Down

0 comments on commit bf041e4

Please sign in to comment.