Skip to content

Commit 8a075c4

Browse files
committed
Github actions: The set-output command is deprecated
1 parent 81cc4aa commit 8a075c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
set -xe
3737
COMMIT_MSG=$(git log --no-merges -1 --oneline)
38-
echo "::set-output name=message::$COMMIT_MSG"
38+
echo "message=$COMMIT_MSG" >> $GITHUB_OUTPUT
3939
echo github.ref ${{ github.ref }}
4040
4141
build_wheels:

0 commit comments

Comments
 (0)