diff --git a/.github/workflows/auto-locale.yml b/.github/workflows/auto-locale.yml index 657ea98d84..1c678244dc 100644 --- a/.github/workflows/auto-locale.yml +++ b/.github/workflows/auto-locale.yml @@ -16,7 +16,7 @@ permissions: jobs: update-locale: runs-on: ubuntu-latest - if: github.repository == 'space-sunrise/space-station-14' # && github.event.pull_request.merged == true + if: github.repository == 'space-sunrise/sunrise-station' # && github.event.pull_request.merged == true steps: - name: Checkout repository