We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c439c3 commit a5cb826Copy full SHA for a5cb826
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -49,8 +49,7 @@ jobs:
49
# Use base_ref and head_ref for more reliable diffing in PRs
50
# Ensure you have checked out with fetch-depth: 0
51
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
+ echo "Files changed: $changed_files"
54
55
# Default to both versions
56
EESSI_VERSIONS='["2023.06", "2025.06"]'
0 commit comments