Martin Dimitrov a453bfa0bb
All checks were successful
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 7s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Has been skipped
add troubleshooting
2025-10-15 19:32:05 -07:00

20 lines
345 B
Markdown

# 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
```