Skip to content

Commit

Permalink
Merge pull request #87 from opencrvs/fix-fix
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
adskyiproger authored Feb 28, 2025
2 parents 7b4379b + 0b87cdc commit 75cefa6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ jobs:
git config --global user.name "Your Name"
- name: Set up authentication
run: git config --global url."https://${{ secrets.FORK_ORGANISATION_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"

- run: |
echo Hello >> README.md
git add README.md
git commit -m "Add README"
git push
- if: steps.sync_fork.outcome == 'failure'
name: Merge changes from upstream
id: merge
Expand Down

0 comments on commit 75cefa6

Please sign in to comment.