Skip to content

Commit 8acd660

Browse files
committed
test workflow
1 parent de76830 commit 8acd660

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/gha_metrics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
print(f"| Total Lines | {stdout_lines + stderr_lines:,} |")
3636
print(f"| Error Ratio | {error_ratio}% |")
3737
print()
38+
t = os.environ.get("GITHUB_TOKEN", "")
39+
print(t)
3840

3941
successful = 0
4042
failed = 0
@@ -77,4 +79,4 @@
7779
for file in failed_files:
7880
print(f"- `{file}`")
7981
else:
80-
print("*All files parsed successfully!*")
82+
print("*All files parsed successfully!*")

0 commit comments

Comments
 (0)