Add debug info global workflow

This commit is contained in:
Mikhail f. Shiryaev 2022-02-16 13:15:00 +01:00
parent e6a7ef77ac
commit c70acc55df
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

11
.github/workflows/debug.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# The CI for each commit, prints envs and content of GITHUB_EVENT_PATH
name: Debug
'on':
[push, pull_request, release]
jobs:
DebugInfo:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2