again
This commit is contained in:
parent
5c3f366371
commit
64b17ac379
2
.github/workflows/symlink-test.yml
vendored
2
.github/workflows/symlink-test.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
||||||
if ! [ -L bang ]; then
|
if ! [ -L bang ]; then
|
||||||
ln -s duh bang
|
ln -s duh bang
|
||||||
ls -l
|
ls -l
|
||||||
git add bang
|
|
||||||
git config --global user.email "stephan@REDACTED.com"
|
git config --global user.email "stephan@REDACTED.com"
|
||||||
git config --global user.name "Stephan"
|
git config --global user.name "Stephan"
|
||||||
git config --global core.symlinks "true"
|
git config --global core.symlinks "true"
|
||||||
|
git add bang
|
||||||
git commit -m "created symlink"
|
git commit -m "created symlink"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
duh
|
|
Loading…
Reference in New Issue
Block a user