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 ecce62a commit 1bf68e1Copy full SHA for 1bf68e1
action.yaml
@@ -26,16 +26,16 @@ runs:
26
# TODO: learn enough javascript / node.js to write the reportlog parsing
27
steps:
28
- name: print environment information
29
- shell: bash
+ shell: bash -l {0}
30
run: |
31
python --version
32
python -m pip list
33
- name: install dependencies
34
35
36
python -m pip install pytest more-itertools
37
- name: produce the issue body
38
39
40
python $GITHUB_ACTION_PATH/parse_logs.py ${{ inputs.log-path }}
41
- name: create the issue
0 commit comments