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.
2 parents 92c99fc + 9f2f35f commit 97f24e2Copy full SHA for 97f24e2
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
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