From d7340c485bd1c31dd3b9cc7ed702be9e5b188ea8 Mon Sep 17 00:00:00 2001 From: MM2-0 <15646950+MM2-0@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:32:21 +0100 Subject: [PATCH] Update trigger-fdroid-repo-rebuild.yml --- .github/workflows/trigger-fdroid-repo-rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-fdroid-repo-rebuild.yml b/.github/workflows/trigger-fdroid-repo-rebuild.yml index d4de7544..2822f2c6 100644 --- a/.github/workflows/trigger-fdroid-repo-rebuild.yml +++ b/.github/workflows/trigger-fdroid-repo-rebuild.yml @@ -21,4 +21,4 @@ jobs: steps: - name: Trigger F-Droid repository rebuild run: | - curl -X POST -H "Authorization: Bearer ${{ secrets.FDROID_REPO_GH_PAT }}" https://api.github.com/repos/MM2-0/fdroid2/dispatches --data '{"event_type": "rebuild-repository"}' \ No newline at end of file + curl -X POST -H "Authorization: Bearer ${{ secrets.FDROID_REPO_GH_PAT }}" https://api.github.com/repos/MM2-0/fdroid/dispatches --data '{"event_type": "rebuild-repository"}'