Skip to content

Commit 2e5699b

Browse files
committed
CI: Drop set-output and test here [skip ci]
1 parent d990e75 commit 2e5699b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
if [[ -z "$COMMIT_MSG" ]]; then
3333
COMMIT_MSG=$(git show -s --format=%s)
3434
fi
35-
echo $COMMIT_MSG
36-
echo "::set-output name=commit_message::$COMMIT_MSG"
35+
echo commit_message=$COMMIT_MSG | tee -a $GITHUB_OUTPUT
3736
env:
3837
COMMIT_MSG: ${{ github.event.head_commit.message }}
3938

0 commit comments

Comments
 (0)