workflow
This commit is contained in:
parent
b24a4609de
commit
216ffbeaba
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
if: ${{ secrets.WEB != '' }}
|
||||
run: |
|
||||
echo "Cloning"
|
||||
echo secrets.WEB
|
||||
echo ${{ secrets.WEB }}
|
||||
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web
|
||||
echo "Cd"
|
||||
cd web
|
||||
|
|
Loading…
Reference in a new issue