Some checks are pending
Reload Act Runner Stack to clear cache for workflows / reload-secondary (push) Blocked by required conditions
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m25s
Reload Act Runner Stack to clear cache for workflows / reload-primary (push) Successful in 58s
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