We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6473bc1 commit da8f204Copy full SHA for da8f204
README.md
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/checkout@v2
63
# The Flat Action step. We fetch the data in the http_url and save it as downloaded_filename
64
- name: Fetch data
65
- uses: githubocto/flat@v1
+ uses: githubocto/flat@v2.0.2
66
with:
67
http_url: # THE URL YOU WISH TO FETCH GOES HERE
68
downloaded_filename: # The http_url gets saved and renamed in our repository. Example: data.json, data.csv, image.png
0 commit comments