Update OrangeFox-Testing.yml

This commit is contained in:
Carlo Dandan
2022-10-23 09:13:40 +08:00
committed by GitHub
parent 11f1ece05f
commit baea6bd18f
+1
View File
@@ -117,6 +117,7 @@ jobs:
- name: Sync OFRP Sources
run: |
cd sync
./orangefox_sync.sh --branch 10.0 --path ${GITHUB_WORKSPACE}/fox_10.0
./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
working-directory: fox_${{ github.event.inputs.MANIFEST_BRANCH }}
continue-on-error: true