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 9225c36 commit 3350f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
mkdir test/Logs; cd test/Logs
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo ${{ vars.SSH_KEY }}
echo ${{ vars.SSH_KEY }} > ~/.ssh/id_rsa
echo "${{ vars.SSH_KEY }}"
echo "${{ vars.SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global init.defaultBranch main
git init
Expand Down

0 comments on commit 3350f12

Please sign in to comment.