I do not like this

This commit is contained in:
Ritchie 2023-09-05 16:44:19 -04:00
parent ff246452d8
commit 4a8df7a414

View file

@ -5,10 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@master
with:
repository: sociallydistantgame/system-runtime
token: ${{ secrets.AUTOMANAGING_TOKEN }}
path: system-runtime
- env:
AUTOMANAGING_TOKEN: ${{ secrets.AUTOMANAGING_TOKEN }}
run: |
git clone https://x-access-token:$AUTOMANAGING_TOKEN@github.com/sociallydistantgame/system-runtime system-runtime
mv system-runtime/.git git-temp
rm -rf system-runtime/*
cp -R Packages/com.sociallydistant.framework/* system-runtime/