Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 28, 2025
1 parent 3a23241 commit 7b36c26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ on:
types:
- closed


permissions:
contents: write

jobs:
sync_farajaland:
if: ${{ github.event.pull_request.merged == true }}
Expand Down Expand Up @@ -72,6 +76,9 @@ jobs:
run: |
git config --global user.email "you@example.com"
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/"

- if: steps.sync_fork.outcome == 'failure'
name: Merge changes from upstream
id: merge
Expand Down

0 comments on commit 7b36c26

Please sign in to comment.