typo fox: added / to setup ssh action
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m43s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m43s
This commit is contained in:
parent
4e2284f149
commit
d20f118a0c
2
.github/workflows/build_deploy_dev.yml
vendored
2
.github/workflows/build_deploy_dev.yml
vendored
|
@ -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----- ...
|
||||
|
|
Reference in a new issue