4
.github/workflows/payload.yml
vendored
4
.github/workflows/payload.yml
vendored
@ -17,5 +17,7 @@ jobs:
|
|||||||
if [ -d ${{ secrets.PATH }} ]; then
|
if [ -d ${{ secrets.PATH }} ]; then
|
||||||
echo "Directory exists"
|
echo "Directory exists"
|
||||||
else
|
else
|
||||||
echo "Directory does not exist"
|
mkdir ${{ secrets.PATH }}
|
||||||
|
cd ${{ secrets.PATH }}
|
||||||
|
git clone https://github.com/mooxl/astroad
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user