diff --git a/README.md b/README.md index f912e630..49e4496d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ This action does not support monorepos or searching for flags across LaunchDarkl | `max-flags` |

Maximum number of flags to find per PR

| `false` | `5` | | `base-uri` |

The base URI for the LaunchDarkly server. Most members should use the default value.

| `false` | `https://app.launchdarkly.com` | | `check-extinctions` |

Check if removed flags still exist in codebase

| `false` | `true` | -| `create-flag-links` |

Create links to flags in LaunchDarkly. To use this feature you must use an access token with the createFlagLink role. To learn more, read Flag Links.

| `false` | `false` | +| `create-flag-links` |

Create links to flags in LaunchDarkly. To use this feature you must use an access token with the createFlagLink role. To learn more, read Flag links.

| `false` | `false` | ### Inputs diff --git a/action.yml b/action.yml index 28b9a068..382e8056 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ inputs: required: false default: 'true' create-flag-links: - description: Create links to flags in LaunchDarkly. To use this feature you must use an access token with the `createFlagLink` role. To learn more, read [Flag Links](https://docs.launchdarkly.com/home/organize/links). + description: Create links to flags in LaunchDarkly. To use this feature you must use an access token with the `createFlagLink` role. To learn more, read [Flag links](https://docs.launchdarkly.com/home/organize/links). required: false default: 'false'