Skip to content

Commit

Permalink
Fix deprecated set-output command (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan authored Oct 24, 2022
1 parent 70d34ef commit 3fb054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
UBOOT_TAG=$UBOOT_TAG
ARMBIAN_SHA=$ARMBIAN_SHA
EOF
echo "::set-output name=env::$(cat $GITHUB_ENV | base64 -w 0)"
echo "env=$(cat $GITHUB_ENV | base64 -w 0)" >>$GITHUB_OUTPUT
- name: Show repositories information
run: |
Expand Down

0 comments on commit 3fb054e

Please sign in to comment.