Skip to content

Commit

Permalink
chore: fix dependabot pipeline V
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-capellari committed Oct 2, 2023
1 parent eba10b4 commit c684fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Update bundle
run: |
git diff --ignore-space-at-eol dist/bundle.cjs
if [ "$(git diff --ignore-space-at-eol dist/bundle.cjs | wc -l)" -gt "0" ]; then
echo "::notice::Detected uncommitted changes after build. Make a commit containing the changes."
Expand Down

0 comments on commit c684fdd

Please sign in to comment.