From 6803d32e7850fc70fd8f0cbef1c8916a2afa0797 Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Tue, 4 Jun 2024 01:59:24 +0530 Subject: [PATCH] add repo parameter to create pr on the fork --- .github/workflows/upstream_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream_sync.yml b/.github/workflows/upstream_sync.yml index 93ab3c4f7f4b..c935b1dafdd5 100644 --- a/.github/workflows/upstream_sync.yml +++ b/.github/workflows/upstream_sync.yml @@ -29,6 +29,6 @@ jobs: - run: bash ./upstream_sync.sh --branch ${{ env.LATEST_TAG }} - name: Create a PR from ${{ env.LATEST_TAG }} to sync - run: gh pr create -B sync -H ${{ env.LATEST_TAG }} --title 'Test PR' --body 'Created by Github action' + run: gh pr create --repo Privado-Inc/joern -B sync -H ${{ env.LATEST_TAG }} --title 'Test PR' --body 'Created by Github action' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file