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

Commit

Permalink
chore: debug event
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 19, 2021
1 parent 3548772 commit 4552d40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "${{ github.ref }}";
echo "${{ github.event_name }}";
echo "${{ github.event.action }}";
echo "ref: ${{ github.ref }}, event: ${{ github.event_name }}, action: ${{ github.event.action }}"
release:
name: Release
Expand Down

0 comments on commit 4552d40

Please sign in to comment.