We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28454d4 commit 80b89abCopy full SHA for 80b89ab
.github/workflows/update_dependencies_pr.yml
@@ -96,3 +96,5 @@ jobs:
96
run: |
97
git add package.json yarn.lock src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt
98
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