We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56847c commit efe0c18Copy full SHA for efe0c18
.github/workflows/update-core-deps.yml
@@ -26,6 +26,9 @@ jobs:
26
- id: git-diff
27
run: git diff --quiet HEAD baselines
28
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
32
- uses: peter-evans/create-pull-request@v3
33
if: ${{ steps.git-diff.outcome == 'failure' }}
34
with:
0 commit comments