Add .ssh/config mgmt step
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m6s

This commit is contained in:
Mike Holloway 2025-01-06 06:31:30 -05:00
parent 3bbfad68bd
commit 1cdd3d4a9b

View File

@ -23,6 +23,11 @@ jobs:
chmod a+r /etc/apt/sources.list.d/opentofu.list
apt-get update
apt-get install -y tofu
- name: Update ssh config
run: |
umask 077
mkdir .ssh
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
- name: tofu Checkout
uses: actions/checkout@v4
with: