|
@@ -75,7 +75,7 @@ runs:
|
|
|
"$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
|
|
|
|
|
|
ELECTRON_USE_THREE_WAY_MERGE_FOR_PATCHES=1 gclient sync --with_branch_heads --with_tags -vvvvv
|
|
|
- if [ "${{ inputs.is-release }}" != "true" ]; then
|
|
|
+ if [ "${{ inputs.is-release }}" != "true" && -n "${{ env.PATCH_UP_APP_CREDS }}" ]; then
|
|
|
# Re-export all the patches to check if there were changes.
|
|
|
python3 src/electron/script/export_all_patches.py src/electron/patches/config.json
|
|
|
cd src/electron
|