We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set-output
1 parent 81cc4aa commit 8a075c4Copy full SHA for 8a075c4
.github/workflows/build_wheels.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
set -xe
37
COMMIT_MSG=$(git log --no-merges -1 --oneline)
38
- echo "::set-output name=message::$COMMIT_MSG"
+ echo "message=$COMMIT_MSG" >> $GITHUB_OUTPUT
39
echo github.ref ${{ github.ref }}
40
41
build_wheels:
0 commit comments