From 2d8bdc219ed76048024a0f79f093875da9f6a8cf Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 00:51:23 +0200 Subject: [PATCH] fix(gha): variable name issue Signed-off-by: kaanyagci --- .github/workflows/get_latest_skaffold_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_latest_skaffold_version.yml b/.github/workflows/get_latest_skaffold_version.yml index 6d61fd0..6f39d14 100644 --- a/.github/workflows/get_latest_skaffold_version.yml +++ b/.github/workflows/get_latest_skaffold_version.yml @@ -42,4 +42,4 @@ jobs: - name: Update GitHub Secret run: | - gh variable set VERSION --body "$SKAFFOLD_YAML_VERSION" --repo ${{ github.repository }} \ No newline at end of file + gh variable set SKAFFOLD_YAML_VERSION --body "$VERSION" --repo ${{ github.repository }} \ No newline at end of file