Skip to content

Commit

Permalink
Merge pull request #13 from opencrvs/test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
adskyiproger authored Feb 26, 2025
2 parents 6fdd49a + 9c7efe0 commit afe4295
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
git config user.name "GitHub Actions"
- name: Sync Fork
env:
GH_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
run: |
BASE_BRANCH=${{ github.event.pull_request.base.ref }}
gh auth login
echo $BASE_BRANCH
gh repo sync adskyiproger/poc-core-test-my --branch main
gh auth logout":
gh auth logout

0 comments on commit afe4295

Please sign in to comment.