Skip to content

Commit a5cb826

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
# Use base_ref and head_ref for more reliable diffing in PRs
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 }})
52-
echo "Files changed:"
53-
echo "$changed_files" |tail -n +2
52+
echo "Files changed: $changed_files"
5453
5554
# Default to both versions
5655
EESSI_VERSIONS='["2023.06", "2025.06"]'

0 commit comments

Comments
 (0)