Skip to content

Commit

Permalink
fix: wrong repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Feb 24, 2025
1 parent d463110 commit f6da98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: github.repository == 'sundaeswap/sundae-sdk'
if: github.repository == 'SundaeSwap-finance/sundae-sdk'
permissions:
id-token: write
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
# Build
build:
if: github.repository == 'sundaeswap/sundae-sdk'
if: github.repository == 'SundaeSwap-finance/sundae-sdk'
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit f6da98d

Please sign in to comment.