Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 26, 2025
1 parent 1fc5c5b commit 9c7efe0
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 9c7efe0

Please sign in to comment.