Skip to content

Commit

Permalink
Merge pull request #423 from effigies/ci/cleanup
Browse files Browse the repository at this point in the history
CI: Small cleanups to GHA
  • Loading branch information
effigies authored Mar 22, 2024
2 parents 3b8d125 + 19d7b3b commit 1988bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: |
if [[ -z "$COMMIT_MSG" ]]; then
COMMIT_MSG=$(git show -s --format=%s)
else
COMMIT_MSG=$(echo $COMMIT_MSG | head -n 1)
fi
echo $COMMIT_MSG
echo "commit_message=$COMMIT_MSG" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -77,6 +79,7 @@ jobs:

env:
INSTALL_TYPE: ${{ matrix.install }}
FSLOUTPUTTYPE: NIFTI_GZ

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1988bba

Please sign in to comment.