workflow
This commit is contained in:
parent
216ffbeaba
commit
099d848dbe
2 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ jobs:
|
|||
- name: Update website
|
||||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
if: ${{ secrets.WEB != '' }}
|
||||
if: ${{ secrets.WEBTOKEN != '' }}
|
||||
run: |
|
||||
echo "Cloning"
|
||||
echo ${{ secrets.WEB }}
|
||||
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web
|
||||
echo ${{ secrets.WEBTOKEN }}
|
||||
git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web
|
||||
echo "Cd"
|
||||
cd web
|
||||
echo "Config"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Forgeons !
|
||||
|
||||
This is not a test
|
||||
This is not a test !
|
||||
|
||||
|
|
Loading…
Reference in a new issue