Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gautemo committed Mar 28, 2020
2 parents 186eed5 + 10fb3a6 commit 3aaabfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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`

Expand All @@ -11,5 +14,6 @@ The file data is saved to. Default `actions/data.json`
```
uses: actions/...
with:
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'
file: 'backup/data.json'
```
```

0 comments on commit 3aaabfc

Please sign in to comment.