Skip to content

Commit

Permalink
Fix action version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Alvarado committed May 26, 2021
1 parent de8614e commit e83e6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v2
# The Flat Action step. We fetch the data in the http_url and save it as downloaded_filename
- name: Fetch data
uses: githubocto/flat@v2
uses: githubocto/flat@v3
with:
http_url: # THE URL YOU WISH TO FETCH GOES HERE
downloaded_filename: # The http_url gets saved and renamed in our repository. Example: data.json, data.csv, image.png
Expand Down

0 comments on commit e83e6ea

Please sign in to comment.