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 da8f204 commit 9f2f35fCopy full SHA for 9f2f35f
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@v2.0.2
+ uses: githubocto/flat@v2
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