Skip to content

Commit 89a7d36

Browse files
author
LaunchDarklyReleaseBot
committed
Release auto update version 2.14.0
1 parent 964194b commit 89a7d36

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM launchdarkly/ld-find-code-refs-github-action:2.13.0
1+
FROM launchdarkly/ld-find-code-refs-github-action:2.14.0
22

33
LABEL com.github.actions.name="LaunchDarkly Code References"
44
LABEL com.github.actions.description="Find references to feature flags in your code."

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
3030
- name: LaunchDarkly Code References
31-
uses: launchdarkly/find-code-references@v2.13.0
31+
uses: launchdarkly/find-code-references@v2.14.0
3232
with:
3333
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
3434
projKey: LD_PROJECT_KEY
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions
7373
- name: LaunchDarkly Code References
74-
uses: launchdarkly/find-code-references@v2.13.0
74+
uses: launchdarkly/find-code-references@v2.14.0
7575
with:
7676
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
7777
projKey: LD_PROJECT_KEY
@@ -99,5 +99,4 @@ If the action fails, there may be a problem with your configuration. To investig
9999
| `repoName` | <p>The repository name. Defaults to the current GitHub repository.</p> | `false` | `""` |
100100
| `prune` | <p>There is a known issue where the GitHub Action will not prune deleted branch data in private repos. Only enable this if you are running the action in a public repo.</p> | `false` | `false` |
101101
| `subdirectory` | <p>The subdirectory to run the action in.</p> | `false` | `""` |
102-
| `defaultBranch` | <p>The default branch. The LaunchDarkly UI will default to this branch. If not provided, will fallback to 'main'.</p> | `false` | `""` |
103102
<!-- action-docs-inputs source="action.yml" -->

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ inputs:
4545
subdirectory:
4646
description: "The subdirectory to run the action in."
4747
required: false
48-
defaultBranch:
49-
description: "The default branch. The LaunchDarkly UI will default to this branch. If not provided, will fallback to 'main'."
50-
required: false
5148
runs:
5249
using: 'docker'
5350
image: 'Dockerfile'
@@ -63,4 +60,3 @@ runs:
6360
LD_LOOKBACK: ${{ inputs.lookback }}
6461
LD_PRUNE: ${{ inputs.prune }}
6562
LD_SUBDIRECTORY: ${{ inputs.subdirectory }}
66-
LD_DEFAULT_BRANCH: ${{ inputs.defaultBranch }}

0 commit comments

Comments
 (0)