Skip to content

Commit 294d76a

Browse files
committed
chore(ci): rename workflow step for host key validation
Renamed the workflow step Setup post check known hosts to Check known hosts in .github/workflows/pull_request.yml for improved clarity and alignment with the task performed by the check.sh script.
1 parent 93ed533 commit 294d76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2929
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
3030
log-public-key: false
31-
- name: Setup post check known hosts
31+
- name: Check known hosts
3232
shell: bash
3333
run: |
3434
./check.sh

0 commit comments

Comments
 (0)