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 49af87e commit 1f8ca42Copy full SHA for 1f8ca42
.github/workflows/mg5_ghci.yml
@@ -12,4 +12,4 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: hello world
15
- run: echo hello world && echo `pwd` && echo `ls`
+ run: echo hello world && echo `pwd` && echo `ls` && echo Environment\n\n && printenv
0 commit comments