You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Fetch Data to File
1.0.5
GitHub Action to fetch data from an API and save it to a file
Required The url to fetch from.
The file data is saved to. Default actions/data.json
uses: gautemo/[email protected]
with:
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'
file: 'backup/data.json'