Skip to content

Commit

Permalink
build-aux/ci: Use environment file instead of set-output.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Jan 14, 2025
1 parent 9761b0d commit 4698c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/ci/ci-log-dependency-versions
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ except ModuleNotFoundError:
done

set fnord; shift # clear $@
echo "::set-output name=autotools-ver::$autotools_ver"
echo "autotools-ver=$autotools_ver" >> $GITHUB_OUTPUT
exit 0

0 comments on commit 4698c7c

Please sign in to comment.