From fdd9caefd7474405f588f1c3a8b4ab817415ddc3 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Thu, 2 Jun 2022 15:11:40 +0100 Subject: [PATCH] fix: community action api path --- .github/workflows/community.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index 12d6ac3..3a62b91 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -37,4 +37,4 @@ jobs: - uses: EddieHubCommunity/gh-action-community/src/statistics@main with: api-key: ${{ secrets.API_TOKEN }} - api-url: ${{ secrets.API_URI }} + api-url: ${{ secrets.API_URI }}/github/events