Skip to content

Commit

Permalink
Merge pull request #3 from aquaproj/docs/update-readme
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
suzuki-shunsuke authored Oct 4, 2022
2 parents a327917 + b13214f commit 66895c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ GitHub Actions to update aqua-checksums.json. If aqua-checksums.json isn't lates

## Example

https://github.com/aquaproj/example-update-checksum

```yaml
name: Update aqua-checksums.json
on:
Expand All @@ -32,7 +34,7 @@ jobs:
aqua_version: v1.20.0-2

# https://aquaproj.github.io/docs/reference/checksum
- uses: aquaproj/update-checksum@main
- uses: aquaproj/update-checksum-action@main
env:
# To trigger GitHub Actions Workflow, you should use Personal Access Token or GitHub App token.
GITHUB_TOKEN: ${{github.token}}
Expand Down

0 comments on commit 66895c7

Please sign in to comment.