Martin Dimitrov b8e28afa40
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m9s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 2s
Reload Act Runner Stack to clear cache for workflows / wait-for-primary-death (push) Successful in 32s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Successful in 3s
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Successful in 32s
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Successful in 2s
add wait for primary death
2026-03-08 20:34:18 -07:00
2026-03-08 20:34:18 -07:00

Chromart Gitea Actions

A repo containing reusable Gitea actions / workflows

debug outputs

test:
  runs-on: ubuntu-22.04
  needs: diff
  if: ${{ always() }}
  steps:
    - name: check output
      env:
        ALLMYVARS: ${{ toJSON(vars) }}
        DIFF: ${{ toJSON(needs) }}
      run: |
        echo $ALLMYVARS
        echo $DIFF

Test

Description
No description provided
Readme 107 KiB