diff --git a/backend/.github/workflows/backend-ci.yml b/backend/.github/workflows/backend-ci.yml index 1d9b44e..cffcdea 100644 --- a/backend/.github/workflows/backend-ci.yml +++ b/backend/.github/workflows/backend-ci.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - submodules: false # 🚫 Don't check submodules to avoid .gitmodules error + submodules: false # Don't check submodules to avoid .gitmodules error - name: Set up Python uses: actions/setup-python@v2