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
|
- name: Update website
|
||||||
env:
|
env:
|
||||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
if: ${{ secrets.WEB != '' }}
|
if: ${{ secrets.WEBTOKEN != '' }}
|
||||||
run: |
|
run: |
|
||||||
echo "Cloning"
|
echo "Cloning"
|
||||||
echo ${{ secrets.WEB }}
|
echo ${{ secrets.WEBTOKEN }}
|
||||||
git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web
|
git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web
|
||||||
echo "Cd"
|
echo "Cd"
|
||||||
cd web
|
cd web
|
||||||
echo "Config"
|
echo "Config"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Forgeons !
|
# Forgeons !
|
||||||
|
|
||||||
This is not a test
|
This is not a test !
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue