Skip to content

Commit

Permalink
Dump context in deployer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 2, 2024
1 parent fef75b7 commit a8a3b39
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 @@ -29,6 +29,15 @@ on:
value: ${{ jobs.init.outputs.deploy_core }}

jobs:
dump:
name: Dump Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
runs-on: ubuntu-24.04
steps:
- run: |
echo GITHUB_CONTEXT: ${{ env.GITHUB_CONTEXT }}
init:
name: Deploy (init)
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit a8a3b39

Please sign in to comment.