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