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 f6012b8 commit 2152984Copy full SHA for 2152984
.github/workflows/buildAndPublish.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "::group::Check for changes in source code"
47
echo "Checking if there has been changes to source code by running git diff on the src folder excluding markdown files"
48
49
- changes=$(git diff HEAD^ HEAD --ignore-all-space --name-only -- src/ | grep -v '\.md$'
+ changes=$(git diff HEAD^ HEAD --ignore-all-space --name-only -- src/ | grep -v '\.md$')
50
51
if [ -n "$changes" ]; then
52
echo "There have been changes to non-Markdown files!"
0 commit comments