From 1845be5ab2fc79188e438d0d1226fea089b92b39 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Apr 2021 14:04:47 -0300 Subject: [PATCH] update issue greeter workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/17-issue-greeter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/17-issue-greeter.yml b/.github/workflows/17-issue-greeter.yml index 0c3248308f..f4a7e80665 100644 --- a/.github/workflows/17-issue-greeter.yml +++ b/.github/workflows/17-issue-greeter.yml @@ -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!"}' \ No newline at end of file