Skip to content

Commit

Permalink
Update auto-reply.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asafs932 authored Jul 22, 2024
1 parent c6423cc commit 0594e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

- name: Reply to issue using GitHub CLI
run: |
gh issue comment ${{ github.event.number }} --body "Thank you for raising this issue! We will look into it shortly."
gh issue comment ${{ github.event.issue.number }} --body "Thank you for raising this issue! We will look into it shortly."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0594e61

Please sign in to comment.