From 840e6daf92450145153d59f75eed6e8ba4157a57 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 22 Jun 2025 17:24:48 +1200 Subject: [PATCH] Reference github source for action --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index ff55c0b..c276fa0 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: hostlist-compiler -c configuration.json -o filter.txt - name: Commit Filter List - uses: stefanzweifel/git-auto-commit-action@v6 + uses: https://github.com/stefanzweifel/git-auto-commit-action@v6 with: commit_message: "Update Filter List" file_pattern: "filter.txt" \ No newline at end of file