|
|
@@ -135,7 +135,7 @@ jobs:
|
|
|
- name: Sync upstream changes
|
|
|
if: | # do not run the upstream sync action on the upstream repository
|
|
|
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
|
|
|
- vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit' && steps.check_branch.outputs.ABORT_SYNC == 'false'
|
|
|
+ vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'nightscout' && steps.check_branch.outputs.ABORT_SYNC == 'false'
|
|
|
id: sync
|
|
|
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1
|
|
|
with:
|