Skip to content

Commit 3aaabfc

Browse files
committed
2 parents 186eed5 + 10fb3a6 commit 3aaabfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ GitHub Action to fetch data from an API and save it to a file
33

44
## Inputs
55

6+
### `url`
7+
**Required** The url to fetch from.
8+
69
### `file`
710
The file data is saved to. Default `actions/data.json`
811

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

0 commit comments

Comments
 (0)