This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Merge pull request #562 from DarkKirb/switch-plasma6 #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |