We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1584cc0 commit b53c23bCopy full SHA for b53c23b
.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