mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-04-30 07:17:54 +02:00
Merge pull request #54 from lightbroker/lightbroker-patch-1
Update test_04.abstract_base.yml
This commit is contained in:
@@ -74,10 +74,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 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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user