We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de9f2 commit 66c0e78Copy full SHA for 66c0e78
deploy.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
3
-cat "${HOME}/.ssh/known_hosts"
+echo "::notice title=Notice,::content=$(cat "${HOME}/.ssh/known_hosts")"
4
5
# renovate: datasource=docker depname=traefik/whoami versioning=docker
6
WHOAMI_VERSION="43a68d10b9dfcfc3ffbfe4dd42100dc9aeaf29b3a5636c856337a5940f1b4f1c" # v1.10
0 commit comments