Skip to content

Commit

Permalink
dump gh context
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Apr 30, 2024
1 parent 8630bfc commit 862ce61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ env:
MAIN_BRANCH_NAME: main

jobs:
dump:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
build:
name: Build
# for tags and not forks
Expand Down

0 comments on commit 862ce61

Please sign in to comment.