We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3103e commit a13bce8Copy full SHA for a13bce8
.github/workflows/tests_readme.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: verify if README.md is consistent with EESSI_PILOT_VERSION from init/eessi_defaults
25
run: |
26
source init/eessi_defaults
27
- grep "${EESSI_PILOT_VERSION}" README.md
+ grep "${EESSI_VERSION}" README.md
28
29
- name: verify if README.md is consistent with EESSI_CVMFS_REPO from init/eessi_defaults
30
0 commit comments