Skip to content

Commit 35880c8

Browse files
committed
chore: Wrong rep owner for changelog gen
1 parent 89ad5c2 commit 35880c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
update:
18-
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v1.')
18+
if: github.repository_owner == 'pinia-orm' && !contains(github.event.head_commit.message, 'v1.')
1919
runs-on: ubuntu-latest
2020

2121
steps:

0 commit comments

Comments
 (0)