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 269bb36 commit ba9b668Copy full SHA for ba9b668
.github/entrypoint.sh
@@ -1,10 +1,6 @@
1
#!/bin/sh
2
set -e
3
4
-# to support git submodule
5
-git config --global user.name 'Fahmi Akbar Wildana'
6
-git config --global user.email 'f.a.wildana@gmail.com'
7
-
8
mkdir --parents ${HOME}/.bin/
9
export PATH="$HOME/.cargo/bin:${HOME}/.bin:$PATH"
10
0 commit comments