From 71bba115501a6fc11db05282f284cc6d35678270 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Tue, 19 Aug 2025 06:22:14 -0600 Subject: [PATCH] checkout new branch during workflow --- .github/workflows/test_04.abstract_base.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_04.abstract_base.yml b/.github/workflows/test_04.abstract_base.yml index 2c1cde516..008efeed9 100644 --- a/.github/workflows/test_04.abstract_base.yml +++ b/.github/workflows/test_04.abstract_base.yml @@ -68,5 +68,7 @@ jobs: 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 ${{ inputs.model_display_name }} range ${{ inputs.range_name }} batch ${{ matrix.batch }} [skip ci]" - git push \ No newline at end of file + 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 \ No newline at end of file