Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thtong/ansible-role-github-tag-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1
Choose a base ref
...
head repository: thtong/ansible-role-github-tag-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 4, 2021

  1. fix typo

    thtong committed Oct 4, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    thtong Thanh
    Copy the full SHA
    7f808b7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@ None.
- gh_repo_name - the github repo e.g. `thtong/ansible-role-github-tag-release`
- gh_repo_tag - the tag e.g `latest`
- gh_repo_download_dir - the path to save the release asset e.g. `/tmp/`
- gh_repo_downnlod_mode - options are `architecture`, `first`, `all` (default), `match`
- gh_repo_download_mode - options are `architecture`, `first`, `all` (default), `match`
- architecture will download assets with name that match target OS architecture e.g. amd64
- first will download first asset listed
- all will download all assets listed
- match will download asset(s) that match the regex specified in `gh_repo_download_match_regex`
- gh_repo_download_match_regex - the regex to use if `gh_repo_downnlod_mode` is set to match
- gh_repo_download_match_regex - the regex to use if `gh_repo_download_mode` is set to match

## Dependencies