diff --git a/.github/workflows/tests.abstract_base.yml b/.github/workflows/tests.abstract_base.yml index e19ddc02e..73b1ff020 100644 --- a/.github/workflows/tests.abstract_base.yml +++ b/.github/workflows/tests.abstract_base.yml @@ -69,9 +69,10 @@ jobs: - name: Commit and push changes if: steps.verify-changed-files.outputs.changed == 'true' run: | - git config --local user.email "42450907+lightbroker@users.noreply.github.com" - git config --local user.name "Adam Wilson" - git add . - git commit -m "Auto-generated files from microsoft/Phi-3-mini-4k-instruct range ${{ inputs.range_name }} batch ${{ matrix.batch }} [skip ci]" - git checkout -b auto-generated-$(date +%Y%m%d-%H%M%S)-batch-${{ matrix.batch }} - git push origin HEAD \ No newline at end of file + # git config --local user.email "42450907+lightbroker@users.noreply.github.com" + # git config --local user.name "Adam Wilson" + # git add . + # git add . + # git commit -m "Auto-generated files from microsoft/Phi-3-mini-4k-instruct range 1-20 batch 4 [skip ci]" + # git checkout -b auto-generated-$(date +%Y%m%d-%H%M%S) + # git push origin HEAD