Skip to content

Commit

Permalink
add repo parameter to create pr on the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Jun 3, 2024
1 parent d7e5d5e commit 6803d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6803d32

Please sign in to comment.