forked from btclock/webui
Fix forgejo workflow
This commit is contained in:
parent
dceab1a75a
commit
0b3f6d3de1
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: check-changes
|
needs: check-changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }}
|
if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
|
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
|
||||||
with:
|
with:
|
||||||
url: "https://git.btclock.dev/"
|
url: "https://git.btclock.dev/"
|
||||||
repo: "btclock/webui"
|
repo: "${{ github.repository }}"
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
tag: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ github.sha }}"
|
||||||
|
|
Loading…
Reference in a new issue