From 1004263723eec8ac1104971c8fbdf82b3975d091 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 16:13:46 +0100 Subject: [PATCH] fix: specify url correctly for action --- .forgejo/workflows/push-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 0a6afeb..9f5ce5c 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v3 - name: Check TODOs - uses: git.kemitix.net/kemitix/forgejo-todo-checker@next + uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next