From c7e268e4dff8d5ea2923b1db473f7de059a17afa Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 4 May 2024 20:20:48 +1000 Subject: [PATCH] a --- .github/workflows/plugin-updater.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/plugin-updater.yml b/.github/workflows/plugin-updater.yml index c5d195f..1464c8e 100644 --- a/.github/workflows/plugin-updater.yml +++ b/.github/workflows/plugin-updater.yml @@ -34,12 +34,20 @@ jobs: npm install npm run build git diff --exit-code + + echo $? + if [ $? -eq 1 ]; then echo 'DIFF FOUND' else echo $'\nNo new updates' fi + + + pwd + ls dist + git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add dist