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