From 2ddad4f55b18f6451fd3ad302daefef701c36c50 Mon Sep 17 00:00:00 2001 From: SMITH <1695515+ms609@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:06:24 +0000 Subject: [PATCH] {}s --- .github/workflows/rhub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 4b29d3ef..9ff18241 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -53,8 +53,8 @@ jobs: steps: - name: Check distribution run: | - echo "{distribution}={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" >> $GITHUB_OUTPUT - echo "{dist}={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" >> $GITHUB_OUTPUT + echo "distribution={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" >> $GITHUB_OUTPUT + echo "dist={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" >> "$GITHUB_ENV" echo "::set-output name=distribution::$(awk -F= '/^ID=/{print $2}' /etc/os-release)" id: check_distribution - name: Echo distribution