feat: don't break lines
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-28 20:34:57 +02:00
parent 59cf673c80
commit a4d2016752
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -74,7 +74,8 @@ steps:
git-fetch-with-cli = true git-fetch-with-cli = true
EOF EOF
- cat <<EOF >> .cargo/config.toml - |
cat <<EOF >> .cargo/config.toml
[registries.gitea] [registries.gitea]
token = "Bearer {token}" token = "Bearer {token}"