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/fetch-api-data-action@1.0.2
with:
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'
file: 'backup/data.json'