again
This commit is contained in:
parent
5d1637699c
commit
df0a3488d5
13
.github/workflows/symlink-test.yml
vendored
13
.github/workflows/symlink-test.yml
vendored
|
@ -69,12 +69,13 @@ jobs:
|
||||||
- name: Symlink Git
|
- name: Symlink Git
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ -f "bang" ]; then rm -f bang; fi
|
if ! [ -f "bang" ]; then
|
||||||
git update-index --add --cacheinfo 120000 "$(echo "duh" | git hash-object -w --stdin)" "bang"
|
git update-index --add --cacheinfo 120000 "$(echo "duh" | git hash-object -w --stdin)" "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 add bang
|
git add bang
|
||||||
git commit -m "created symlink"
|
git commit -m "created symlink"
|
||||||
|
fi
|
||||||
|
|
||||||
# push changes back
|
# push changes back
|
||||||
- name: Push
|
- name: Push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user