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 b08935f commit f3f147a
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 @@ -40,5 +40,5 @@ jobs:
git checkout -b ci/update-deps/${{ inputs.package }}-$VERSION
git add package.json package-lock.json
git commit -m "deps: Update @diplodoc/transform to $VERSION"
git push -u origin/ci/update-deps/${{ inputs.package }}-$VERSION
git push -u origin ci/update-deps/${{ inputs.package }}-$VERSION
gh pr create -f

0 comments on commit f3f147a

Please sign in to comment.