From 8f5701ef61cf7ac42d7013b0aacd393a30165e7d Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 15:25:10 +0200 Subject: [PATCH] link --- .forgejo/workflows/single-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/single-flow.yml b/.forgejo/workflows/single-flow.yml index 3127899..24d3c50 100644 --- a/.forgejo/workflows/single-flow.yml +++ b/.forgejo/workflows/single-flow.yml @@ -60,7 +60,7 @@ jobs: shell: bash - 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 }}" prerelease: ${{ github.ref_type != 'tag' }}