Skip to content

Commit

Permalink
chore: Fix update deps action
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 21, 2024
1 parent e7d8d73 commit bf759ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
[[ -z $(git diff --stat | grep package.json) ]] && echo "::info::Nothing to update" && exit 0
VERSION=$(npm explore --no-workspaces @diplodoc/transform "node -pe 'require(\"./package.json\").version'" --shell sh)
VERSION=$(npm explore --no-workspaces ${{ inputs.package }} "node -pe 'require(\"./package.json\").version'" --shell sh)
git config --global user.email "[email protected]"
git config --global user.name "yc-ui-bot"
Expand Down

0 comments on commit bf759ef

Please sign in to comment.