Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Jun 15, 2024
1 parent 021eb68 commit 7b0a7bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The action will fail if no matching versions are found.
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: antoniovazquezblanco/[email protected].0
- uses: antoniovazquezblanco/[email protected].4
```
**Advanced:**
Expand All @@ -27,9 +27,9 @@ steps:
strategy:
matrix:
ghidra:
- "11.1.1"
- "11.0.3"
- "10.4"
- "10.3"
- "10.2"

steps:
- uses: actions/checkout@v4
Expand All @@ -39,15 +39,14 @@ steps:
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}

- name: Build something with Ghidra ${{ matrix.ghidra }}
run: gradle -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
```
For a full reference of action parameters see [action.yml](action.yml)
```yaml
- uses: antoniovazquezblanco/[email protected].0
- uses: antoniovazquezblanco/[email protected].4
with:
# A distribution download URL to directly download and install it.
# If this argument is specified, both the repository and version arguments
Expand All @@ -69,5 +68,6 @@ For a full reference of action parameters see [action.yml](action.yml)
version: 'latest'

# Github authentication token to avoid API limiting.
# This is optional.
auth_token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 7b0a7bc

Please sign in to comment.