File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ jobs:
113113 uses : ./
114114 with :
115115 repo : k1LoW/tbls
116+ version : v1.84.0
117+ os : linux
118+ arch : amd64
119+ checksum : 83f35a07fd2a00c2aa360a47edca6d261f5208186911977eff39097151fc57d5
116120 force : true
117121 strict : true
118122 gh-setup-version : ${{ steps.latest_version.outputs.version }}
Original file line number Diff line number Diff line change @@ -34,5 +34,4 @@ if [ ! -z "${skip_content_type_check}" ]; then
3434 boolopts+=" --skip-content-type-check"
3535fi
3636
37- # ${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match} --checksum=${checksum}${boolopts}
38- ${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match}${boolopts}
37+ ${bin} --repo ${repo} --version=${version} --os=${os} --arch=${arch} --match=${match} --bin-dir=${bin_dir} --bin-match=${bin_match} --checksum=${checksum}${boolopts}
You can’t perform that action at this time.
0 commit comments