Skip to content

Commit 76e8495

Browse files
committed
wording
1 parent c5b39af commit 76e8495

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/actions/base/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: 'Setup SSH'
2-
description: 'Configure SSH access for private GitHub repositories'
1+
name: 'base setup'
32

43
inputs:
54
ssh-key:
6-
description: 'SSH private key for GitHub access'
75
required: true
86

97
runs:
108
using: 'composite'
119
steps:
12-
- name: Setup SSH
10+
- name: setup SSH key
1311
shell: bash
1412
run: |
1513
mkdir -p ~/.ssh

0 commit comments

Comments
 (0)