Skip to content

Commit

Permalink
Merge pull request #12 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 a589672 + 1fc5c5b commit 6fdd49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GH_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
run: |
BASE_BRANCH=${{ github.event.pull_request.base.ref }}
gh auth login --with-token <<< "$GH_TOKEN"
gh auth login
echo $BASE_BRANCH
gh repo sync adskyiproger/poc-core-test-my --branch main
gh auth logout":

0 comments on commit 6fdd49a

Please sign in to comment.