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 06a2dd6 commit ca30c7dCopy full SHA for ca30c7d
1 file changed
print-hash.py
@@ -8,6 +8,7 @@
8
file_list = os.listdir(os.path.abspath(os.getenv("INPUT_PACKAGES_DIR")))
9
10
for file in file_list:
11
+ print("Showing hash values of files to be uploaded:")
12
print(file)
13
print("")
14
0 commit comments