Skip to content

Commit 1988bba

Browse files
authored
Merge pull request #423 from effigies/ci/cleanup
CI: Small cleanups to GHA
2 parents 3b8d125 + 19d7b3b commit 1988bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: |
3636
if [[ -z "$COMMIT_MSG" ]]; then
3737
COMMIT_MSG=$(git show -s --format=%s)
38+
else
39+
COMMIT_MSG=$(echo $COMMIT_MSG | head -n 1)
3840
fi
3941
echo $COMMIT_MSG
4042
echo "commit_message=$COMMIT_MSG" >> $GITHUB_OUTPUT
@@ -77,6 +79,7 @@ jobs:
7779

7880
env:
7981
INSTALL_TYPE: ${{ matrix.install }}
82+
FSLOUTPUTTYPE: NIFTI_GZ
8083

8184
steps:
8285
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)