Skip to content

Commit 71fc6aa

Browse files
authored
Merge branch 'merge-queue' into danadajian-patch-2
2 parents b07747f + 9e99802 commit 71fc6aa

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)