Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Nov 16, 2023
1 parent ea55f47 commit 6f15ff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
mkdir test/Logs; cd test/Logs
git config --global init.defaultBranch main
git init
git config --global user.email "[email protected]"
git config --global user.name "lbonaldo"
git remote add testlog [email protected]:lbonaldo/testlog.git
git pull testlog main
if [ -d Logs_v${{ matrix.version }} ]; then
Expand Down

0 comments on commit 6f15ff4

Please sign in to comment.