Skip to content

Commit

Permalink
Add debug info (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Jan 9, 2023
1 parent cba3b3a commit d1785e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
- run: echo DEBUG_INFO
env:
GITHUB_JSON: '${{ toJSON(github) }}'
GITHUB_ENV: '${{ toJSON(env) }}'
GITHUB_JOB: '${{ toJSON(job) }}'
GITHUB_JOBS: '${{ toJSON(jobs) }}'
GITHUB_STEPS: '${{ toJSON(steps) }}'
GITHUB_RUNNER: '${{ toJSON(runner) }}'
GITHUB_STRATEGY: '${{ toJSON(strategy) }}'
GITHUB_MATRIX: '${{ toJSON(matrix) }}'
GITHUB_NEEDS: '${{ toJSON(needs) }}'
GITHUB_INPUTS: '${{ toJSON(inputs) }}'

deploy:
strategy:
Expand Down

0 comments on commit d1785e6

Please sign in to comment.