From bf759efa8ad58e3230a4e75e7ba33c3698d5b008 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Thu, 21 Nov 2024 15:06:42 +0300 Subject: [PATCH] chore: Fix update deps action --- .github/workflows/deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 768861c0..fdae314b 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -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 "95919151+yc-ui-bot@users.noreply.github.com" git config --global user.name "yc-ui-bot"