update action

This commit is contained in:
Stephan 2021-10-19 15:48:52 +02:00
parent bba2ce50bb
commit edcae1c219

View File

@ -26,7 +26,12 @@ jobs:
# symlink # symlink
- name: Symlink - name: Symlink
shell: bash 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 # push changes back
- name: Push - name: Push