Git LFS fail for Spaces with Github Workflow

Hi I am getting similar error. I added this lines of code in yaml file still not working.

      - name: LFS Install
        run: git lfs install
      - name: LFS Track
        run: git lfs track *.mp4
      - name: Checkout LFS objects
        run: git lfs checkout

still showing following error.