Updated escoria-demo-game
This commit is contained in:
8
.github/workflows/fanout.yml
vendored
8
.github/workflows/fanout.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user