Skip to content

Commit efe0c18

Browse files
committed
Try forking first before pushing PR
1 parent a56847c commit efe0c18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-core-deps.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- id: git-diff
2727
run: git diff --quiet HEAD baselines
2828
continue-on-error: true
29+
# TODO: Remove the following command after the fork is created
30+
- run: gh repo fork --remote false
31+
continue-on-error: true
2932
- uses: peter-evans/create-pull-request@v3
3033
if: ${{ steps.git-diff.outcome == 'failure' }}
3134
with:

0 commit comments

Comments
 (0)