From 1fc5c5bbf418483e1c9952f1528d668fc7682306 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 26 Feb 2025 18:52:04 +0200 Subject: [PATCH] fix --- .github/workflows/on-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index 95700cd..da04263 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -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":