forked from infra/keys
badge + docs fixes
This commit is contained in:
parent
699a4fbde2
commit
14ef9c490b
2 changed files with 4 additions and 5 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue