File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -338,11 +338,11 @@ runs:
338
338
- id : lsb-release
339
339
run : |
340
340
source /etc/lsb-release
341
- echo "::set-output name=id:: ${DISTRIB_ID}"
342
- echo "::set-output name= release:: ${DISTRIB_RELEASE}"
343
- echo "::set-output name= codename:: ${DISTRIB_CODENAME}"
344
- echo "::set-output name= description:: ${DISTRIB_DESCRIPTION}"
345
- echo "::set-output name= id-release:: ${DISTRIB_ID}-${DISTRIB_DESCRIPTION}"
341
+ echo "id= ${DISTRIB_ID}" >> $GITHUB_OUTPUT
342
+ echo "release= ${DISTRIB_RELEASE}" >> $GITHUB_OUTPUT
343
+ echo "codename= ${DISTRIB_CODENAME}" >> $GITHUB_OUTPUT
344
+ echo "description= ${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
345
+ echo "id-release= ${DISTRIB_ID}-${DISTRIB_DESCRIPTION}" >> $GITHUB_OUTPUT
346
346
shell : bash
347
347
- uses : actions/cache@v3
348
348
with :
You can’t perform that action at this time.
0 commit comments