We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25858c commit 22502d5Copy full SHA for 22502d5
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
echo -e ${SSH_KEY} | sed 's/^ *//' > ~/.ssh/dts-ci-key
35
chmod 600 ~/.ssh/dts-ci-key
36
- echo ${SSH_KEY_GITEA} > ~/.ssh/gitea-key
+ echo ${SSH_KEY_GITEA} | sed 's/^ *//' > ~/.ssh/gitea-key
37
chmod 600 ~/.ssh/gitea-key
38
cp ~/.ssh/config ~/.ssh/config-old
39
echo -e "\n
.github/workflows/develop.yml
0 commit comments