Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
powe97 authored May 31, 2024
1 parent ceb61b3 commit 962760c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:

- name: First issue reply
run: |
echo "$GITHUB_CONTEXT"
gh issue comment "$ISSUE" --body "Hi @$USER, $(cat .github/FIRST_TIME_REPLY.md)"
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
ISSUE: ${{ github.event.issue.number }}
COMMENT: ${{ github.event.comment.id }}
USER: ${{ github.event.actor }}
Expand Down

0 comments on commit 962760c

Please sign in to comment.