Skip to content

Commit e8a3a97

Browse files
committed
Update example in readme
1 parent badc2c8 commit e8a3a97

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@
22

33
GitHub Action generated to download binaries from GitHub releases and make them
44
available for use in later steps.
5+
6+
Example use:
7+
8+
```
9+
- name: Download binary test
10+
uses: charlieegan3/fetch-gh-release-binary@main
11+
with:
12+
owner: charlieegan3
13+
repo: airtable-contacts
14+
asset-pattern: Linux_x86_64
15+
install-path: /usr/local/bin/airtable-contacts
16+
verbose: true
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
```

0 commit comments

Comments
 (0)