Skip to content

Commit

Permalink
Update ll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs authored Dec 28, 2023
1 parent 6c303ec commit 5a7d1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
issues: write
steps:
- name: Add comment
run: gh issue comment "$NUMBER" --body "$BODY"
run: gh pr comment "$NUMBER" --body "$BODY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
NUMBER: ${{ github.event.pull_request.number }}
BODY: >
This issue is available for anyone to work on.
**Make sure to reference this issue in your pull request.**
Expand Down

0 comments on commit 5a7d1fc

Please sign in to comment.