From b82a4f25c5ce4e1db1e10f91ea82ef256b50bd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 13 Oct 2024 11:42:02 +0200 Subject: [PATCH] use github actions on forgejo --- .github/workflows/update-riscv.yaml | 6 +++--- .github/workflows/update.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-riscv.yaml b/.github/workflows/update-riscv.yaml index 0bdff101..b152f5e0 100644 --- a/.github/workflows/update-riscv.yaml +++ b/.github/workflows/update-riscv.yaml @@ -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" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index d5228c9b..34debc0e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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