update action

This commit is contained in:
Stephan 2021-10-19 15:54:23 +02:00
parent edcae1c219
commit e9f7e6fd36

View File

@ -30,6 +30,8 @@ jobs:
if ! [ -L bang ]; then
ln -s duh bang
git add bang
git config --global user.email "stephan@REDACTED.com"
git config --global user.name "Stephan"
git commit -m "created symlink"
fi