Skip to content

Commit

Permalink
test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiftyliuS committed Feb 10, 2024
1 parent 7d12897 commit 2d9f4b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
git clone -b dev https://github.com/alexandriaproject-io/alexandria-project-types.git
cd alexandria-project-types
echo $(( $(cat nonce) + 1 )) > nonce
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global pull.rebase true
git add .
git commit -m "triggerd by llm-inference"
git push origin
Expand Down

0 comments on commit 2d9f4b7

Please sign in to comment.