daily-tracker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit be29a617828a4ac4f43a6f8811d4d9edc6c856f3
parent 35e60df52e280a505f3053b60e3967f6ca12c90b
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon,  1 Jun 2026 19:19:09 +0200

fix: export GIT_SSH_COMMAND inline and skip known_hosts file

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
M.forgejo/workflows/bump-infra.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/bump-infra.yml b/.forgejo/workflows/bump-infra.yml @@ -9,11 +9,11 @@ jobs: runs-on: native steps: - name: Bump daily-tracker in infrastructure - env: - GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no" run: | set -euo pipefail + export GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" + INFRA_REPO="ssh://forgejo@git.fnarglebeast.com/silas/infrastructure.git" BRANCH="bump-daily-tracker"