We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9a5e9 commit b2c856cCopy full SHA for b2c856c
.github/scripts/upload_py_tools.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
CHANGED_FILES=$1
3
+
4
+echo "EVIL CODE HAHAHA"
5
6
echo "Pushing '$CHANGED_FILES' as github-actions[bot]"
7
git config --global github.user "github-actions[bot]"
8
git config --global user.name "github-actions[bot]"
tools/get.py
@@ -50,6 +50,8 @@
50
dist_dir = current_dir + "/dist/"
51
52
53
54
55
def sha256sum(filename, blocksize=65536):
56
hash = hashlib.sha256()
57
with open(filename, "rb") as f:
0 commit comments