workflow
All checks were successful
/ test (push) Successful in 6s
/ publish (push) Successful in 57s

This commit is contained in:
milovann 2024-12-03 22:56:39 +01:00
parent b24a4609de
commit 216ffbeaba

View file

@ -20,7 +20,7 @@ jobs:
if: ${{ secrets.WEB != '' }} if: ${{ secrets.WEB != '' }}
run: | run: |
echo "Cloning" echo "Cloning"
echo secrets.WEB echo ${{ secrets.WEB }}
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web
echo "Cd" echo "Cd"
cd web cd web