Skip to content

Commit 2152984

Browse files
committed
Manglende parantes
1 parent f6012b8 commit 2152984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::group::Check for changes in source code"
4747
echo "Checking if there has been changes to source code by running git diff on the src folder excluding markdown files"
4848
49-
changes=$(git diff HEAD^ HEAD --ignore-all-space --name-only -- src/ | grep -v '\.md$'
49+
changes=$(git diff HEAD^ HEAD --ignore-all-space --name-only -- src/ | grep -v '\.md$')
5050
5151
if [ -n "$changes" ]; then
5252
echo "There have been changes to non-Markdown files!"

0 commit comments

Comments
 (0)