This commit is contained in:
parent
8c568eeddf
commit
b82a4f25c5
2 changed files with 5 additions and 5 deletions
6
.github/workflows/update-riscv.yaml
vendored
6
.github/workflows/update-riscv.yaml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Create update pull request
|
||||
uses: LucasRuy/sync-branch-action@v1.2.0
|
||||
uses: https://github.com/LucasRuy/sync-branch-action@v1.2.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
SOURCE_BRANCH: 'main'
|
||||
DESTINATION_BRANCH: 'main-riscv'
|
||||
SOURCE_BRANCH: "main"
|
||||
DESTINATION_BRANCH: "main-riscv"
|
||||
|
|
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v30
|
||||
uses: https://github.com/cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: run nix fmt
|
||||
run: nix fmt
|
||||
- name: Commit and push
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
uses: https://github.com/peter-evans/create-pull-request@v7
|
||||
with:
|
||||
commit-message: "Automatic Update"
|
||||
title: Run automatic update
|
||||
|
|
Loading…
Reference in a new issue