From c8b34a2f24f8edb4a3fca46bffcc5980a4fafc39 Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 00:44:45 +0200 Subject: [PATCH] chore(gha): change the environment variable name 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 bbc18db..6d61fd0 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 "$VERSION" --repo ${{ github.repository }} \ No newline at end of file + gh variable set VERSION --body "$SKAFFOLD_YAML_VERSION" --repo ${{ github.repository }} \ No newline at end of file