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 aa6cd2c commit 29cc1bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ jobs:
fetch-depth: 0
repository: '${{ secrets.FORK_REPOSITORY_ORGANISATION }}/${{ secrets.FORK_REPOSITORY_NAME }}'
path: '${{ secrets.FORK_REPOSITORY_NAME }}'
- run: |
- if: steps.sync_fork.outcome == 'failure'
name: Set up Git
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- if: steps.sync_fork.outcome == 'failure'
run: |
pwd
echo "Check: .."
ls -la ..
Expand Down

0 comments on commit 29cc1bd

Please sign in to comment.