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
Description