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