Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 381 Bytes

fetch-api-data-action

GitHub Action to fetch data from an API and save it to a file

Inputs

url

Required The url to fetch from.

file

The file data is saved to. Default actions/data.json

Example usage

uses: gautemo/[email protected]
with:
  url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'
  file: 'backup/data.json'