Skip to content

Commit 47e3edb

Browse files
authored
test
1 parent ddd5735 commit 47e3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npm install
3535
npm run build
3636
git diff --exit-code
37-
if [ $retVal -eq 1 ]; then
37+
if [ $? -eq 1 ]; then
3838
echo 'DIFF FOUND'
3939
else
4040
echo $'\nNo new updates'

0 commit comments

Comments
 (0)