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 d53840d commit aed6c02
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 @@ -25,7 +25,7 @@ jobs:
id: current_date
run: echo "current_date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Print Message
run: echo "https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_${{GITHUB_OUTPUT}}.json"
run: echo "https://kalshi-public-docs.s3.amazonaws.com/reporting/market_data_$GITHUB_OUTPUT.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 aed6c02

Please sign in to comment.