Fix workflow
Some checks failed
/ check-changes (push) Successful in 5s
/ build (push) Failing after 2m16s

This commit is contained in:
Djuri Baars 2024-11-26 16:57:33 +01:00
parent 0b3f6d3de1
commit 6028268227

View file

@ -2,6 +2,8 @@ on: [push]
jobs:
check-changes:
runs-on: docker
outputs:
all_changed_and_modified_files_count: ${{ steps.changed-files.outputs.all_changed_and_modified_files_count }}
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -105,13 +107,13 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
with:
url: "https://git.btclock.dev/"
repo: "${{ github.repository }}"
url: 'https://git.btclock.dev/'
repo: '${{ github.repository }}'
direction: upload
tag: ${{ steps.getBlockHeight.outputs.blockHeight }}
sha: "${{ github.sha }}"
sha: '${{ github.sha }}'
release-dir: output
token: ${{ secrets.TOKEN }}
override: false
verbose: false
release-notes-assistant: false
release-notes-assistant: false