We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c1f57 commit c9726aeCopy full SHA for c9726ae
.github/workflows/github-CICD-actions.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: shimataro/ssh-key-action@v2
16
with:
17
key: ${{ secrets.SSH_PRIVATE_KEY }}
18
- name: qwe.pem # Write the key to /home/runner/.ssh/qwe.pem
+ name: java-learn.pem # Write the key to /home/runner/.ssh/java-learn.pem
19
known_hosts: "just-a-placeholder-so-we-dont-get-errors"
20
config: |
21
Host vultr
0 commit comments