diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 129385e..0d8651a 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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 \ No newline at end of file + release-notes-assistant: false