mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-19 16:54:05 +00:00
Merge pull request #27 from lightbroker/model-support-expansion
checkout new branch during workflow
This commit is contained in:
6
.github/workflows/test_04.abstract_base.yml
vendored
6
.github/workflows/test_04.abstract_base.yml
vendored
@@ -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
|
||||
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
|
||||
Reference in New Issue
Block a user