Skip to content

Commit

Permalink
Add github context dump for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Jul 10, 2024
1 parent e94de77 commit 7488fe6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ on:
default: 'release/1.0.0' # Example default branch

jobs:
startup:
runs-on: ubuntu-latest
steps:
- name: Dump github context
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

check_merge_conflict:
needs: startup
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
Expand Down

0 comments on commit 7488fe6

Please sign in to comment.