Skip to content

Commit 9e99802

Browse files
committed
logging
1 parent 35f49d1 commit 9e99802

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Log Event
17-
run: echo ${{ toJSON(github.event) }}
17+
env:
18+
GITHUB_CONTEXT: ${{ toJSON(github) }}
19+
run: |
20+
echo "$GITHUB_CONTEXT"
1821
1922
- name: Checkout
2023
uses: actions/checkout@v4

0 commit comments

Comments
 (0)