Updated escoria-demo-game

This commit is contained in:
2023-06-06 19:28:49 +02:00
parent 6d3bd3511c
commit 0d38a8646a
116 changed files with 1670 additions and 1291 deletions

View File

@@ -38,12 +38,12 @@ jobs:
sudo apt-get install git -y
fi
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
with:
repository: "godot-escoria/escoria-demo-game"
ref: "develop"
path: "demo-game"
token: "${{ secrets.DEPLOYMENT_TOKEN }}"
token: "${{ secrets.ESCORIA_DEPLOYMENT_TOKEN }}"
fetch-depth: 0
- name: "Filtering out ${{ env.DIR }}"
run: |
@@ -55,12 +55,12 @@ jobs:
git clean -fd
git status
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
with:
repository: "${{ env.REPO }}"
ref: "develop"
path: "target"
token: "${{ secrets.DEPLOYMENT_TOKEN }}"
token: "${{ secrets.ESCORIA_DEPLOYMENT_TOKEN }}"
fetch-depth: 0
- name: "Apply changes"
run: |