nixos-config/.github/workflows/update-riscv.yaml
dependabot[bot] 63144e3c2e
Bump LucasRuy/sync-branch-action from 1.1.1 to 1.2.0
Bumps [LucasRuy/sync-branch-action](https://github.com/lucasruy/sync-branch-action) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/lucasruy/sync-branch-action/releases)
- [Commits](https://github.com/lucasruy/sync-branch-action/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: LucasRuy/sync-branch-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 05:38:38 +00:00

17 lines
405 B
YAML

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/sync-branch-action@v1.2.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_BRANCH: 'main'
DESTINATION_BRANCH: 'main-riscv'