Martin Dimitrov 529e8e82c8
Some checks failed
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Blocked by required conditions
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m8s
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Has been cancelled
Reload Act Runner Stack to clear cache for workflows / wait-for-secondary-death (push) Has been cancelled
Reload Act Runner Stack to clear cache for workflows / pull-cache-secondary (push) Has been cancelled
set gitainer url
2026-03-08 20:29:20 -07:00
2026-03-08 20:29:20 -07:00
2025-11-02 13:17:53 -08: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