From 081a7803afc6a1a6f3f94a138aaa4885f7feecf7 Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Fri, 22 Nov 2024 19:09:09 +1100 Subject: [PATCH] Skip diff step --- .github/workflows/convert.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/convert.yaml b/.github/workflows/convert.yaml index a6c73bf..973fc0c 100644 --- a/.github/workflows/convert.yaml +++ b/.github/workflows/convert.yaml @@ -20,8 +20,6 @@ jobs: pip install xls_converter* &&\ rm -rf xls_converter* xls-converter.zip - run: python -m xls_converter.main ${{ github.event.inputs.xlsFile }} testdata-csv - - uses: GrantBirki/git-diff-action@v2.6.1 - id: git-diff-action - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: