Skip to content

Commit

Permalink
Migrate remaining set-output uses to new GitHub form.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 2, 2022
1 parent 5abdd29 commit 21c3306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pkg-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ jobs:
fi
if [[ "${{ secrets.DOCKER_HUB_ID }}" != '' || "${{ secrets.DOCKER_HUB_TOKEN }}" != '' ]]; then
echo "::set-output name=has_docker_secrets::true";
echo "has_docker_secrets=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=has_docker_secrets::false";
echo "has_docker_secrets=false" >> $GITHUB_OUTPUT
fi
- name: Verify Docker credentials
Expand Down Expand Up @@ -1405,8 +1405,8 @@ jobs:
echo "::error::Matrix variable 'shortname' in docker_build_rules(_path) must set and non-empty."
exit 1
fi
echo "::set-output name=mode::${MODE}"
echo "mode=${MODE}" >> $GITHUB_OUTPUT
- uses: docker/setup-qemu-action@v2
# Don't use QEmu for compiling, it's way too slow on GitHub Actions.
Expand Down

0 comments on commit 21c3306

Please sign in to comment.