Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 4552d40

Browse files
committed
chore: debug event
1 parent 3548772 commit 4552d40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- run: |
27-
echo "${{ github.ref }}";
28-
echo "${{ github.event_name }}";
29-
echo "${{ github.event.action }}";
27+
echo "ref: ${{ github.ref }}, event: ${{ github.event_name }}, action: ${{ github.event.action }}"
3028
3129
release:
3230
name: Release

0 commit comments

Comments
 (0)