Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored May 4, 2024
1 parent 47e3edb commit c7e268e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/plugin-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e268e

Please sign in to comment.