Skip to content

Commit 959b4a8

Browse files
committed
Fix typo: dic2nii to dicm2nii in workflow
Corrected the dependency name from 'dic2nii' to 'dicm2nii' in the workflow name and pull request title
1 parent 2b650af commit 959b4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update dependencies - bids-matlab, dic2nii, etc.
1+
name: Update dependencies - bids-matlab, dicm2nii, etc.
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
@@ -50,5 +50,5 @@ jobs:
5050
assignees: markmikkelsen
5151
base: main
5252
delete-branch: true
53-
title: '[BOT] Update dependencies - bids-matlab, dic2nii, etc.'
53+
title: '[BOT] Update dependencies - bids-matlab, dicm2nii, etc.'
5454
body: Done by a [GitHub Action](https://github.com/markmikkelsen/Gannet/blob/main/.github/workflows/update_dependencies.yml)

0 commit comments

Comments
 (0)