Skip to content

Commit d8d2eda

Browse files
committed
utf-8 encoding enable
1 parent 87f6f5c commit d8d2eda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/process-git-request.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
14
import sys
25
import subprocess
36
import os

0 commit comments

Comments
 (0)