Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76da4d6

Browse files
authored
prepmsg.sh is now in scripts dir - check.yml
1 parent 2ab0f65 commit 76da4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '3.12'
1111
paths:
1212
- '.github/workflows/check.yml'
13-
- '.github/prepmsg.sh'
13+
- '.github/scripts/prepmsg.sh'
1414
- '.github/scripts/list-obsolete.py'
1515
- 'Makefile'
1616
- 'requirements.txt'
@@ -21,7 +21,7 @@ on:
2121
- '3.12'
2222
paths:
2323
- '.github/workflows/check.yml'
24-
- '.github/prepmsg.sh'
24+
- '.github/scripts/prepmsg.sh'
2525
- '.github/scripts/list-obsolete.py'
2626
- 'Makefile'
2727
- 'requirements.txt'
@@ -75,7 +75,7 @@ jobs:
7575
- name: Prepare notification (only on error)
7676
if: steps.build.outcome == 'failure'
7777
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
7979
env:
8080
GITHUB_JOB: ${{ github.job }}
8181
GITHUB_RUN_ID: ${{ github.run_id }}

0 commit comments

Comments
 (0)