From 0c77823020633204101d864384477fdbda785488 Mon Sep 17 00:00:00 2001 From: Noxcis Date: Sat, 24 Aug 2024 03:00:51 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ba2ab4..5c097e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,4 +53,4 @@ jobs: -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ -H "Accept: application/vnd.github.v3+json" \ -d "{\"body\": \"$COMMENT\"}" \ - "https://api.github.com/repos/${{ github.repository }}/issues/1/comments" # Replace '1' with the issue or PR number + "https://api.github.com/repos/NOXCIS/WGDashboard/issues/1/comments" # Replace '1' with the issue or PR number