1
0
Fork 0
forked from infra/keys

badge + docs fixes

This commit is contained in:
kleines Filmröllchen 2025-01-28 23:20:17 +01:00
parent 699a4fbde2
commit 14ef9c490b
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# Verify all commits in a Git repository.
# This is a script for GitHub/Forgejo Actions and does not work properly without the necessary environment variables set.
# Required dependencies: GitPython
# Required dependencies: GitPython, requests
import logging
import git
@ -16,7 +16,6 @@ is_ci = "CI" in env
repo_name = env["GITHUB_REPOSITORY"]
server = env["GITHUB_SERVER_URL"]
action_ref = env["GITHUB_REF"]
# token = env["GITHUB_TOKEN"]
def collect_user_dirs():