File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 SSH_KEY : ${{secrets.SSH_KEY}}
3232 SSH_KEY_GITEA : ${{secrets.SSH_KEY_GITEA}}
3333 run : |
34- echo -e ${SSH_KEY} | sed 's/^ *//' > ~/.ssh/dts-ci-key
34+ echo -e ${SSH_KEY} > ~/.ssh/dts-ci-key
3535 chmod 600 ~/.ssh/dts-ci-key
36- echo ${SSH_KEY_GITEA} | sed 's/^ *//' > ~/.ssh/gitea-key
36+ echo -e ${SSH_KEY_GITEA} > ~/.ssh/gitea-key
3737 chmod 600 ~/.ssh/gitea-key
3838 cp ~/.ssh/config ~/.ssh/config-old
3939 echo -e "\n
Original file line number Diff line number Diff line change 3131 SSH_KEY : ${{secrets.SSH_KEY}}
3232 SSH_KEY_GITEA : ${{secrets.SSH_KEY_GITEA}}
3333 run : |
34- echo -e ${SSH_KEY} | sed 's/^ *//' > ~/.ssh/dts-ci-key
34+ echo -e ${SSH_KEY} > ~/.ssh/dts-ci-key
3535 chmod 600 ~/.ssh/dts-ci-key
36- echo ${SSH_KEY_GITEA} | sed 's/^ *//' > ~/.ssh/gitea-key
36+ echo -e ${SSH_KEY_GITEA} > ~/.ssh/gitea-key
3737 chmod 600 ~/.ssh/gitea-key
3838 cp ~/.ssh/config ~/.ssh/config-old
3939 echo -e "\n
You can’t perform that action at this time.
0 commit comments