Skip to content

Commit 4b78160

Browse files
committed
ci logging
1 parent 88070de commit 4b78160

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/_permission_check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
check-permission:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Logging
14+
run: |
15+
echo "${{toJSON(github.event)}}"
16+
1317
- name: echo
1418
run: |
1519
echo "github.triggering_actor ${{ github.triggering_actor }}"

.github/workflows/check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28+
- name: Logging
29+
run: |
30+
echo "${{toJSON(github.event)}}"

0 commit comments

Comments
 (0)