Skip to content

Commit 65662ed

Browse files
authored
Merge pull request #368 from LoopKit/hotfix/main
Fix typo for repository owner check in build action
2 parents cd64392 + bd9cd4a commit 65662ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Sync upstream changes
9999
if: | # do not run the upstream sync action on the upstream repository
100100
steps.workflow-permission.outputs.has_permission == 'true' &&
101-
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'loopandlearn'
101+
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit'
102102
id: sync
103103
uses: aormsby/[email protected]
104104
with:

0 commit comments

Comments
 (0)