Skip to content

Commit 6f777d2

Browse files
committed
Update Org Name
1 parent 4567329 commit 6f777d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on:
44

55
jobs:
66
check:
7-
uses: synodic-software/.github/.github/workflows/python-check.yml@stable
7+
uses: synodic/.github/.github/workflows/python-check.yml@stable

.github/workflows/python-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
jobs:
88
publish_release:
9-
if: github.repository_owner == 'Synodic-Software'
10-
uses: synodic-software/.github/.github/workflows/python-merge.yml@stable
9+
if: github.repository_owner == 'synodic'
10+
uses: synodic/.github/.github/workflows/python-merge.yml@stable
1111
with:
1212
repository_url: https://upload.pypi.org/legacy/
1313
secrets:

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55

66
jobs:
77
publish_release:
8-
if: github.repository_owner == 'Synodic-Software'
9-
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
8+
if: github.repository_owner == 'synodic'
9+
uses: synodic/.github/.github/workflows/python-publish.yml@stable
1010
with:
1111
repository_url: https://upload.pypi.org/legacy/
1212
secrets:

0 commit comments

Comments
 (0)