We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd5735 commit 47e3edbCopy full SHA for 47e3edb
.github/workflows/plugin-updater.yml
@@ -34,7 +34,7 @@ jobs:
34
npm install
35
npm run build
36
git diff --exit-code
37
- if [ $retVal -eq 1 ]; then
+ if [ $? -eq 1 ]; then
38
echo 'DIFF FOUND'
39
else
40
echo $'\nNo new updates'
0 commit comments