Skip to content

Commit

Permalink
ci labeler: print event information
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jul 15, 2023
1 parent 2a54813 commit cb37e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
runs-on: ubuntu-latest
name: "Label Issue/PR"
steps:
- name: Print event information
run: |
echo "${{ toJSON(github.event) }}"
- name: Checkout parent repository
uses: actions/checkout@v3
- name: Install Python 3.11
Expand Down

0 comments on commit cb37e39

Please sign in to comment.