Skip to content

Commit 3358879

Browse files
author
Bassem Dghaidi
committed
Make troubleshooting questions smaller
1 parent 4ba82b8 commit 3358879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,11 @@ jobs:
396396

397397
## Troubleshoot
398398

399-
### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
399+
#### I'm getting: `Something went awry creating the jwt` with `ghtoken generate`
400400

401401
Make sure your `pem` file has the extension `.pem`. This is necessary for `jwt-cli` to be able to determine the type of key it's trying to parse.
402402
403-
### I get `null` values for `token` and `expiration date`
403+
#### I get `null` values for `token` and `expiration date`
404404
405405
If you see this response:
406406
@@ -413,7 +413,7 @@ If you see this response:
413413
414414
This is an indication that the script was not able to fetch an `installation id` and that the GitHub App has not been `installed` for an Organization or User.
415415
416-
### I get a weird syntax error
416+
#### I get a weird syntax error
417417
418418
Make sure you're running `bash 5.x+`. If you're running MacOS, the version of `bash` installed is `3.2` which is not compatible with this tool.
419419

0 commit comments

Comments
 (0)