Skip to content

Commit 3330685

Browse files
elelayshAlex-Welsh
andauthored
stackhpc-multinode: Fix case in visible text
Co-authored-by: Alex Welsh <[email protected]>
1 parent 5da25b7 commit 3330685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ name: Multinode
4747
type: number
4848
default: 60
4949
use_my_ssh_key:
50-
description: authorise my github ssh keys on Ansible control host
50+
description: Authorise my GitHub SSH keys on Ansible control host
5151
default: 'true'
5252
type: boolean
5353
ssh_key:
@@ -59,13 +59,13 @@ name: Multinode
5959
default: main
6060
jobs:
6161
github_user_ssh_keys:
62-
name: Retrieve actor github ssh keys
62+
name: Retrieve actor GitHub SSH keys
6363
runs-on: ubuntu-latest
6464
# Map a step output to a job output, this allows other jobs to be gated on the filter results
6565
outputs:
6666
ssh_keys: ${{ steps.compute_ssh_keys.outputs.ssh_keys }}
6767
steps:
68-
- name: Retrieve github user ssh keys or use provided ones
68+
- name: Retrieve GitHub user SSH keys or use provided ones
6969
id: compute_ssh_keys
7070
run: |
7171
# encode array using jq: https://jstrieb.github.io/posts/github-actions-multiline-outputs/

0 commit comments

Comments
 (0)