Skip to content

Commit

Permalink
Fix(npm-deps-upgrade.yml): Resolved git commit nothing error
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jun 25, 2023
1 parent 87e7bd7 commit 88c11c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-deps-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upgrade npm packages
defaults:
run:
working-directory: "./Website"
run:
working-directory: "./Website"
on:
workflow_dispatch:

Expand Down Expand Up @@ -33,5 +33,5 @@ jobs:
git config user.name "dependabot"
git config user.email "27856297+dependabot-preview[bot]@users.noreply.github.com"
git add .
git commit -m "build(deps): Upgraded npm packages"
git diff-index --quiet HEAD || git commit -m "build(deps): Upgraded npm packages"
git push

1 comment on commit 88c11c1

@vercel
Copy link

@vercel vercel bot commented on 88c11c1 Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.