Add .ssh/config mgmt step
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m6s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m6s
This commit is contained in:
parent
3bbfad68bd
commit
1cdd3d4a9b
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user