Skip to content

Commit

Permalink
ci: remove set-output use, now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestwo authored and IWDTestBot committed Mar 12, 2024
1 parent 98b867d commit 4170bb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
# Now that the inputs are sorted, set the output of this step to these
# values so future jobs can refer to them.
#
echo ::set-output name=tests::$TESTS
echo ::set-output name=kernel::$KERNEL
echo ::set-output name=hostapd_version::$HOSTAPD_VERSION
echo ::set-output name=ell_ref::$ELL_REF
echo ::set-output name=repository::$REPO
echo ::set-output name=ref_branch::$REF
echo "tests=$TESTS" >> $GITHUB_OUTPUT
echo "kernel=$KERNEL" >> $GITHUB_OUTPUT
echo "hostapd_version=$HOSTAPD_VERSION" >> $GITHUB_OUTPUT
echo "ell_ref=$ELL_REF" >> $GITHUB_OUTPUT
echo "repository=$REPO" >> $GITHUB_OUTPUT
echo "ref_branch=$REF" >> $GITHUB_OUTPUT
- name: Cache UML Kernel
id: cache-uml-kernel
Expand Down

0 comments on commit 4170bb4

Please sign in to comment.