Skip to content

Commit

Permalink
update issue greeter workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Apr 26, 2021
1 parent e7161da commit 1845be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/17-issue-greeter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.ACCESS_TOKEN }}" \
https://api.github.com/repos/octocat/hello-world/issues/42/comments \
https://api.github.com/repos/$OWNER/$REPO/issues/$ISSUE_NUMBER/comments \
-d '{"body":"Hello ${{ github.event.issue.user.login }}, thanks for opening this issue!"}'

0 comments on commit 1845be5

Please sign in to comment.