Skip to content

Commit 918567a

Browse files
committed
Fix SSH keygen not to need input
1 parent 3747b05 commit 918567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: vagrant --version
5555

5656
- name: Generate SSH key
57-
run: ssh-keygen -t ed25519 -C "github-actions@example.com"
57+
run: ssh-keygen -t ed25519 -N '' -f ~/.ssh/id_ed25519
5858

5959
- run: vagrant up --provision
6060

0 commit comments

Comments
 (0)