Skip to content

Commit 97f24e2

Browse files
authored
Merge pull request #10 from GerryWilko/patch-1
Fixing documentation on action
2 parents 92c99fc + 9f2f35f commit 97f24e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v2
6363
# The Flat Action step. We fetch the data in the http_url and save it as downloaded_filename
6464
- name: Fetch data
65-
uses: githubocto/flat@v1
65+
uses: githubocto/flat@v2
6666
with:
6767
http_url: # THE URL YOU WISH TO FETCH GOES HERE
6868
downloaded_filename: # The http_url gets saved and renamed in our repository. Example: data.json, data.csv, image.png

0 commit comments

Comments
 (0)