We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4e8e commit 2e508c8Copy full SHA for 2e508c8
action.yml
@@ -340,7 +340,7 @@ runs:
340
source /etc/lsb-release
341
echo "id=${DISTRIB_ID}" >> $GITHUB_OUTPUT
342
echo "release=${DISTRIB_RELEASE}" >> $GITHUB_OUTPUT
343
- echo "codename=${DISTRIB_CODENAME}" >> $GITHUB_OUTPUTENV
+ echo "codename=${DISTRIB_CODENAME}" >> $GITHUB_OUTPUT
344
echo "description=${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
345
echo "id-release=${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
346
shell: bash
0 commit comments