add troubleshooting
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

This commit is contained in:
Martin Dimitrov 2025-10-15 19:32:05 -07:00
parent 621a54e43f
commit a453bfa0bb

View File

@ -1,2 +1,20 @@
# Chromart Gitea Actions
A repo containing reusable Gitea actions / workflows
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
```