We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd64392 + bd9cd4a commit 65662edCopy full SHA for 65662ed
.github/workflows/build_loop.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Sync upstream changes
99
if: | # do not run the upstream sync action on the upstream repository
100
steps.workflow-permission.outputs.has_permission == 'true' &&
101
- vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'loopandlearn'
+ vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit'
102
id: sync
103
uses: aormsby/[email protected]
104
with:
0 commit comments