Skip to content

Fetch Data to File

Actions
Action to fetch data from a public API to a file
1.1.0
Latest
Star (6)

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'

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.

About

Action to fetch data from a public API to a file
1.1.0
Latest

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.