Skip to content

Commit

Permalink
[BugFix] - 배포 안 되던 버그 수정했습니다.
Browse files Browse the repository at this point in the history
[BugFix] - 배포 안 되던 버그 수정했습니다.
  • Loading branch information
fakerdeft committed May 26, 2024
2 parents 224ee0d + 74e0def commit f0f50a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
build:
if: github.repository == 'COFLLL/CoverFlow-BE'
if: github.repository == 'Team-Coverflow/CoverFlow-BE'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
if: github.repository == 'COFLLL/CoverFlow-BE'
if: github.repository == 'Team-Coverflow/CoverFlow-BE'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
if: github.repository == 'COFLLL/CoverFlow-BE'
if: github.repository == 'Team-Coverflow/CoverFlow-BE'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f0f50a6

Please sign in to comment.