Skip to content

Commit

Permalink
{}s
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 19, 2024
1 parent 3c3738f commit 2ddad4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ddad4f

Please sign in to comment.