Martin Dimitrov 804d17cea5
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m29s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Has been skipped
Reload Act Runner Stack to clear cache for workflows / notify (push) Failing after 1m3s
test
2025-11-02 13:17:53 -08:00
2025-11-02 13:15:33 -08: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 58 KiB