Skip to content

Commit 7645d31

Browse files
committed
chore(ci): use GH Action org variable
1 parent 55d1d3c commit 7645d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fromGitHubReleases: "true"
2020
repo: "pmoscode/helm-chart-update-check"
2121
urlTemplate: "https://github.com/pmoscode/helm-chart-update-check/releases/download/{{version}}/hcuc-{{version}}-linux-amd64.tar.gz"
22-
version: "v0.1.0"
22+
version: ${{ vars.HCUC_BINARY_VERSION }}
2323
pathInArchive: "hcuc"
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

0 commit comments

Comments
 (0)