We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d1d3c commit 7645d31Copy full SHA for 7645d31
1 file changed
.github/workflows/update-check.yml
@@ -19,7 +19,7 @@ jobs:
19
fromGitHubReleases: "true"
20
repo: "pmoscode/helm-chart-update-check"
21
urlTemplate: "https://github.com/pmoscode/helm-chart-update-check/releases/download/{{version}}/hcuc-{{version}}-linux-amd64.tar.gz"
22
- version: "v0.1.0"
+ version: ${{ vars.HCUC_BINARY_VERSION }}
23
pathInArchive: "hcuc"
24
token: ${{ secrets.GITHUB_TOKEN }}
25
0 commit comments