again
This commit is contained in:
parent
796c3370ca
commit
c4b36f3e20
2
.github/workflows/symlink-test.yml
vendored
2
.github/workflows/symlink-test.yml
vendored
|
@ -29,9 +29,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if ! [ -L bang ]; then
|
if ! [ -L bang ]; then
|
||||||
ln -s duh bang
|
ln -s duh bang
|
||||||
|
ls -l
|
||||||
git add bang
|
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 commit -m "created symlink"
|
git commit -m "created symlink"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
duh
|
|
Loading…
Reference in New Issue
Block a user