Skip to content

Commit

Permalink
add event inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Nov 7, 2023
1 parent 6c7742c commit 039873a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with issue labels and page build"
- run: jq '.' $GITHUB_EVENT_PATH
1 change: 1 addition & 0 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with labels"
- run: jq '.' $GITHUB_EVENT_PATH

0 comments on commit 039873a

Please sign in to comment.