diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index b9ac660838..3cd37a58b2 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -20,7 +20,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - fetch-depth: 0 + with: + fetch-depth: 0 - name: Setup node uses: actions/setup-node@v3 with: