Fetch Data to File
ActionsTags
(2)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'
Fetch Data to File is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.