pwsh now
This commit is contained in:
parent
9a7204dfca
commit
e6cfcc57fe
26
.github/workflows/symlink-test.yml
vendored
26
.github/workflows/symlink-test.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
duh
|
|
Loading…
Reference in New Issue
Block a user