Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Dec 9, 2024
1 parent 35f49d1 commit 9e99802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/check-pr-title.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Log Event
run: echo ${{ toJSON(github.event) }}
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9e99802

Please sign in to comment.