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 15, 2023
1 parent 8418bba commit 478fc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo $SSH_KEY > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global init.defaultBranch main
git init
git remote add testlog [email protected]:lbonaldo/testlog.git
Expand Down

0 comments on commit 478fc8a

Please sign in to comment.