Skip to content

Commit 80b89ab

Browse files
committed
feat: push branch (dry-run)
1 parent 28454d4 commit 80b89ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_dependencies_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,5 @@ jobs:
9696
run: |
9797
git add package.json yarn.lock src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt
9898
git commit -m "chore: update dependencies"
99+
- name: Push branch to forked repository
100+
run: git push fork "${{ steps.git_branch.outputs.BRANCH_NAME }}" --dry-run

0 commit comments

Comments
 (0)