silent ssh-keygen

main
Dragan Filipovic 2022-12-29 15:55:39 +01:00
parent 5f8d616f95
commit 416e17545e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Create ssh keys - name: Create ssh keys
run: | run: |
ssh-keygen -m PEM -t rsa -b 4096 ssh-keygen -m PEM -t rsa -b 4096 -q -f "$HOME/.ssh/id_rsa" -N ""
shell: bash shell: bash
- name: Create project file - name: Create project file
run: | run: |