typo fox: added / to setup ssh action
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m43s

This commit is contained in:
2005 2024-06-01 18:48:27 +02:00
parent 4e2284f149
commit d20f118a0c

View file

@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-maven
- name: Setup SSH
uses: https://github.comLuisEnMarroquin/setup-ssh-action@v2.0.0
uses: https://github.com/LuisEnMarroquin/setup-ssh-action@v2.0.0
with:
ORIGIN: ${{ secrets.HOST }} # example.com || 8.8.8.8
SSHKEY: ${{ secrets.SSH }} # ----- BEGIN RSA PRIVATE KEY----- ...