Skip to content

Commit 2c439c3

Browse files
author
Richard Top
committed
Fixed typo
1 parent c27885e commit 2c439c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-software.eessi.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Ensure you have checked out with fetch-depth: 0
5151
changed_files=$(git diff --name-only origin/${{ github.base_ref }} origin/${{ github.head_ref }})
5252
echo "Files changed:"
53-
echo "$changed_files" | tail -n +2
53+
echo "$changed_files" |tail -n +2
5454
5555
# Default to both versions
5656
EESSI_VERSIONS='["2023.06", "2025.06"]'

0 commit comments

Comments
 (0)