diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index afc2a1a..855e7a3 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -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