File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6060jobs :
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/
You can’t perform that action at this time.
0 commit comments