This commit is contained in:
Stephan 2021-10-19 16:17:22 +02:00
parent 9a7204dfca
commit e6cfcc57fe
2 changed files with 13 additions and 14 deletions

View File

@ -24,19 +24,19 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
# symlink # symlink
- name: Symlink Bash #- name: Symlink Bash
shell: bash # shell: bash
run: | # run: |
if ! [ -L bang ]; then # if ! [ -L bang ]; then
# however, this does *not* create a symlink, but a directory # # however, this does *not* create a symlink, but a directory
ln -s duh bang # ln -s duh bang
ls -l # ls -l
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 add bang
git commit -m "created symlink" # git commit -m "created symlink"
fi # fi
# symlink via pwsh # symlink via pwsh
- name: Symlink Pwsh - name: Symlink Pwsh

View File

@ -1 +0,0 @@
duh