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

Merge pull request #566 from DarkKirb/create-pull-request/patch #65

Merge pull request #566 from DarkKirb/create-pull-request/patch

Merge pull request #566 from DarkKirb/create-pull-request/patch #65

Workflow file for this run

name: update-riscv
on:
push:
branches:
- main
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create update pull request
uses: LucasRuy/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_BRANCH: 'main'
DESTINATION_BRANCH: 'main-riscv'