GitHub Action
Fetch Data to File
1.1.0
Latest version
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'