File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- ' 3.12'
11
11
paths :
12
12
- ' .github/workflows/check.yml'
13
- - ' .github/prepmsg.sh'
13
+ - ' .github/scripts/ prepmsg.sh'
14
14
- ' .github/scripts/list-obsolete.py'
15
15
- ' Makefile'
16
16
- ' requirements.txt'
21
21
- ' 3.12'
22
22
paths :
23
23
- ' .github/workflows/check.yml'
24
- - ' .github/prepmsg.sh'
24
+ - ' .github/scripts/ prepmsg.sh'
25
25
- ' .github/scripts/list-obsolete.py'
26
26
- ' Makefile'
27
27
- ' requirements.txt'
75
75
- name : Prepare notification (only on error)
76
76
if : steps.build.outcome == 'failure'
77
77
id : prepare
78
- run : .github/prepmsg.sh logs/build/err*.txt logs/notify.txt
78
+ run : .github/scripts/ prepmsg.sh logs/build/err*.txt logs/notify.txt
79
79
env :
80
80
GITHUB_JOB : ${{ github.job }}
81
81
GITHUB_RUN_ID : ${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments