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 bf041e4 commit 8b63c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
deno-version: v1.x
- name: Print Message
run: echo "https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$(date -d "1 day ago" +'%Y-%m-%d').json"
run: echo "Fetching data with 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
with:
http_url: https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$DATE.json
downloaded_filename: kalshi_volume_$GITHUB_OUTPUT.json
http_url: https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$(date -d "1 day ago" +'%Y-%m-%d').json
downloaded_filename: kalshi_volume_$(date -d "1 day ago" +'%Y-%m-%d').json

0 comments on commit 8b63c2d

Please sign in to comment.