Skip to content

Commit

Permalink
Update context.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco authored Dec 11, 2023
1 parent 601a198 commit ec93619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check context
on:
issue_comment:
pull_request:
# comment
jobs:
one:
runs-on: ubuntu-latest
Expand All @@ -13,4 +13,4 @@ jobs:
run: |
echo "$GITHUB_CONTEXT"
echo ${{ github.event_name }}
echo ${{ github.event.user.login }}
echo ${{ github.event.user }}

0 comments on commit ec93619

Please sign in to comment.