Skip to content

Commit 0a691b3

Browse files
committed
Further workflow tweaks
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
1 parent 25531a0 commit 0a691b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Check webpack build changes
4949
run: |
50-
bash -c "[[ ! \"`git status --porcelain `\" ]] || exit 1" || echo "Compiled assets are not up to date, please check the 'Show changes on failure' section"
50+
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Compiled assets are not up to date, please check the section \"Show changes on failure\"' && exit 1)"
5151
5252
- name: Show changes on failure
5353
if: failure()

0 commit comments

Comments
 (0)