Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix pr creation
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkKirb committed Aug 31, 2024
1 parent 70ca7a6 commit f3e5247
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/update-riscv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create pull request
uses: peter-evans/create-pull-request@v6
- name: Create update pull request
uses: LucasRuy/[email protected]
with:
branch: update-riscv-pr
base: main-riscv
commit-message: "Synchronize riscv branch"
title: Synchronize riscv branch
author: GitHub <[email protected]>
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_BRANCH: 'main'
DESTINATION_BRANCH: 'main-riscv'

0 comments on commit f3e5247

Please sign in to comment.