add troubleshooting
This commit is contained in:
parent
621a54e43f
commit
a453bfa0bb
18
README.md
18
README.md
@ -1,2 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user