use github actions on forgejo
All checks were successful
update-riscv / pr (push) Successful in 8s

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-13 11:42:02 +02:00
parent 8c568eeddf
commit b82a4f25c5
2 changed files with 5 additions and 5 deletions

View file

@ -10,8 +10,8 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Create update pull request - 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: with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_BRANCH: 'main' SOURCE_BRANCH: "main"
DESTINATION_BRANCH: 'main-riscv' DESTINATION_BRANCH: "main-riscv"

View file

@ -10,7 +10,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v30 uses: https://github.com/cachix/install-nix-action@v30
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: | extra_nix_config: |
@ -27,7 +27,7 @@ jobs:
- name: run nix fmt - name: run nix fmt
run: nix fmt run: nix fmt
- name: Commit and push - name: Commit and push
uses: peter-evans/create-pull-request@v7 uses: https://github.com/peter-evans/create-pull-request@v7
with: with:
commit-message: "Automatic Update" commit-message: "Automatic Update"
title: Run automatic update title: Run automatic update