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.
1 parent dc98e06 commit c7084cfCopy full SHA for c7084cf
.github/workflows/pythonpackage.yml
@@ -35,6 +35,8 @@ jobs:
35
run: |
36
if [[ -z "$COMMIT_MSG" ]]; then
37
COMMIT_MSG=$(git show -s --format=%s)
38
+ else
39
+ COMMIT_MSG=$(echo $COMMIT_MSG | head -n 1)
40
fi
41
echo $COMMIT_MSG
42
echo "commit_message=$COMMIT_MSG" >> $GITHUB_OUTPUT
0 commit comments