fix uses repo
This commit is contained in:
parent
9139ac9985
commit
108d9686cb
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
# "
|
# "
|
||||||
|
|
||||||
- name: Create Forgejo Release
|
- name: Create Forgejo Release
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: https://code.forgejo.org/actions/forgejo-release@v2.6.0
|
||||||
with:
|
with:
|
||||||
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||||
tag: ${{ steps.version.outputs.tag }}
|
tag: ${{ steps.version.outputs.tag }}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Download Forgejo Release
|
- name: Download Forgejo Release
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: https://code.forgejo.org/actions/forgejo-release@v2.6.0
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
download-latest: true
|
download-latest: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue