Skip to content

Commit

Permalink
Merge pull request #6 from opencrvs/tmp-test-changes
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
adskyiproger authored Feb 26, 2025
2 parents 84a68e7 + c81386c commit 7421c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
- name: Fetch bar repository
if: env.branch_exists == 'true'
# TODO: Add your email and name delete before commit
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git fetch bar
- name: Attempt to merge changes into bar
Expand Down

0 comments on commit 7421c9f

Please sign in to comment.