config.example.yml: Fix typo in pwgen command (#3965)

`pwdgen` -> `pwgen`.
このコミットが含まれているのは:
Jason Thatcher 2023-07-04 16:18:30 +10:00 committed by GitHub
コミット 4a92dce449
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -460,7 +460,7 @@ jobs:
##
## Note: This parameter is mandatory and should be a random string.
## Such random string can be generated on linux with the following
## command: `pwdgen 20 1`
## command: `pwgen 20 1`
##
## Accepted values: a string
## Default: <none>