Skip to content

Commit

Permalink
chore: Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 18, 2024
1 parent b6c9246 commit b08935f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
GH_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
run: |
VERSION=$(npm explore --no-workspaces @diplodoc/transform "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"
git push -f origin :ci/update-deps/${{ inputs.package }}-$VERSION || true
git checkout -b ci/update-deps/${{ inputs.package }}-$VERSION
git add package.json package-lock.json
Expand Down

0 comments on commit b08935f

Please sign in to comment.