Skip to content

Commit

Permalink
Undebug
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Jan 9, 2023
1 parent f6c5ec8 commit d89f48d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
name: my-artifact
path: path/to/artifact/world.txt

# Debug info
- 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) }}'
# # Debug info
# - 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 d89f48d

Please sign in to comment.