Skip to content

Commit

Permalink
Changed OPAL+ sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 committed Jul 24, 2024
1 parent 95df08d commit 23e07d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_opal_plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
git push origin public-master
- name: Create Pull Request for opal-plus
working-directory: opal-plus
run: |
gh pr create --assignee @me --reviewer "$GITHUB_ACTOR" --base sync-test --head public-master --title "Sync changes from public OPAL repository" --fill-verbose
gh pr create --assignee @me --reviewer "$GITHUB_ACTOR" --base master --head public-master --title "Sync changes from public OPAL repository" --fill-verbose
env:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}

0 comments on commit 23e07d4

Please sign in to comment.