Skip to content

Commit

Permalink
Merge branch 'merge-queue' into danadajian-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Dec 9, 2024
2 parents a7ce7dc + 9e99802 commit b7404c9
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 b7404c9

Please sign in to comment.