From 108d9686cb38921561da89e43d2b89706944deea Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Sun, 8 Jun 2025 03:45:26 +0200 Subject: [PATCH] fix uses repo --- .forgejo/workflows/build-image.yml | 2 +- .forgejo/workflows/publish-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index c3147cf..e41394b 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -98,7 +98,7 @@ jobs: # " - name: Create Forgejo Release - uses: actions/forgejo-release@v2.6.0 + uses: https://code.forgejo.org/actions/forgejo-release@v2.6.0 with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" tag: ${{ steps.version.outputs.tag }} diff --git a/.forgejo/workflows/publish-image.yml b/.forgejo/workflows/publish-image.yml index 3eead83..6cba2d5 100644 --- a/.forgejo/workflows/publish-image.yml +++ b/.forgejo/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Download Forgejo Release if: ${{ github.ref_type == 'tag' }} - uses: actions/forgejo-release@v2.6.0 + uses: https://code.forgejo.org/actions/forgejo-release@v2.6.0 with: direction: download download-latest: true