You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Merge pull request #5 from lifebottle/update-yaml
Exchange order of checkout to make it work
This commit is contained in:
6
.github/workflows/SLPS_prerelease.yml
vendored
6
.github/workflows/SLPS_prerelease.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user