We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6257a8a commit 2d48142Copy full SHA for 2d48142
action.py
@@ -49,7 +49,6 @@ def _fatal_help(msg):
49
50
51
inputs = [Path(p).resolve() for p in sys.argv[1].split()]
52
-summary = Path(os.getenv("GITHUB_STEP_SUMMARY")).open("a")
53
54
# The arguments we pass into `pip-audit` get built up in this list.
55
pip_audit_args = [
0 commit comments