Merge pull request #5 from lifebottle/update-yaml

Exchange order of checkout to make it work
This commit is contained in:
fortiersteven
2022-03-20 15:07:34 -04:00
committed by GitHub

View File

@@ -26,15 +26,13 @@ jobs:
needs: startVM
steps:
- name: Checkout TOR Repo
- name: Checkout PythonLib
uses: actions/checkout@v2
with:
repository: SymphoniaLauren/Tales-of-Rebirth
- name: Checkout PythonLib
uses: actions/checkout@v2
with:
repository: lifebottle/PythonLib
repository: SymphoniaLauren/Tales-of-Rebirth