diff --git a/.github/workflows/platform-frontend-ci.yml b/.github/workflows/platform-frontend-ci.yml index 4e7081b766..6513d78801 100644 --- a/.github/workflows/platform-frontend-ci.yml +++ b/.github/workflows/platform-frontend-ci.yml @@ -65,7 +65,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - fetch-depth: 0 + with: + fetch-depth: 0 - name: Set up Node.js uses: actions/setup-node@v4