update action
This commit is contained in:
parent
bba2ce50bb
commit
edcae1c219
7
.github/workflows/symlink-test.yml
vendored
7
.github/workflows/symlink-test.yml
vendored
|
@ -26,7 +26,12 @@ jobs:
|
|||
# symlink
|
||||
- name: Symlink
|
||||
shell: bash
|
||||
run: if ! [ -L bang ]; then ln -s duh bang; fi
|
||||
run: |
|
||||
if ! [ -L bang ]; then
|
||||
ln -s duh bang
|
||||
git add bang
|
||||
git commit -m "created symlink"
|
||||
fi
|
||||
|
||||
# push changes back
|
||||
- name: Push
|
||||
|
|
Loading…
Reference in New Issue
Block a user