Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt 2023-05-17 12:53:22 +02:00
parent 469251742e
commit 5e24986681

View File

@ -17,5 +17,7 @@ jobs:
if [ -d ${{ secrets.PATH }} ]; then
echo "Directory exists"
else
echo "Directory does not exist"
mkdir ${{ secrets.PATH }}
cd ${{ secrets.PATH }}
git clone https://github.com/mooxl/astroad
fi