Skip to content

Commit

Permalink
Merge upstream/main into sync-with-upstream with conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 28, 2025
1 parent 10142de commit 00ccf6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
fetch-depth: 0
repository: '${{ secrets.FORK_REPOSITORY_ORGANISATION }}/${{ secrets.FORK_REPOSITORY_NAME }}'
path: '${{ secrets.FORK_REPOSITORY_NAME }}'
# path: '${{ secrets.FORK_REPOSITORY_NAME }}'
- if: steps.sync_fork.outcome == 'failure'
name: Set up Git
run: |
Expand All @@ -78,7 +78,6 @@ jobs:
id: merge
continue-on-error: true
run: |
cd ${{ secrets.FORK_REPOSITORY_NAME }}
git remote add upstream https://github.com/${UPSTREAM_REPOSITORY}.git
git fetch upstream
git checkout -b sync-with-${BASE_BRANCH}
Expand Down

0 comments on commit 00ccf6f

Please sign in to comment.