Update repo_health.yml
This commit is contained in:
3
.github/workflows/repo_health.yml
vendored
3
.github/workflows/repo_health.yml
vendored
@@ -178,8 +178,7 @@ jobs:
|
||||
|
||||
mkdir -p "$HOME/.ssh"
|
||||
key_file="$HOME/.ssh/ci_sftp_key"
|
||||
printf '%s
|
||||
' "${FTP_KEY}" > "${key_file}"
|
||||
printf '%s\\n' "${FTP_KEY}" > "${key_file}"
|
||||
chmod 600 "${key_file}"
|
||||
|
||||
port="${FTP_PORT:-22}"
|
||||
|
||||
Reference in New Issue
Block a user