We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27885e commit 2c439c3Copy full SHA for 2c439c3
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -50,7 +50,7 @@ jobs:
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 "$changed_files" |tail -n +2
54
55
# Default to both versions
56
EESSI_VERSIONS='["2023.06", "2025.06"]'
0 commit comments