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:
|
||||
needs: check-changes
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }}
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
|
||||
with:
|
||||
url: "https://git.btclock.dev/"
|
||||
repo: "btclock/webui"
|
||||
repo: "${{ github.repository }}"
|
||||
direction: upload
|
||||
tag: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
||||
sha: "${{ github.sha }}"
|
||||
|
|
Loading…
Reference in a new issue