Skip to content

Commit 9617d33

Browse files
committed
u
1 parent ef121eb commit 9617d33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sql-review-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
- name: print event
19+
run: |
20+
cat $GITHUB_EVENT_PATH
1821
- name: Check release
1922
uses: docker://bytebase/bytebase-action:latest
2023
env:

0 commit comments

Comments
 (0)