Skip to content

Commit 2c4bd5a

Browse files
author
Arnold Trakhtenberg
authored
Bump ld-find-code-refs-github-action version to 1.3.0 (#3)
1 parent e2de49a commit 2c4bd5a

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/workflows/action.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

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:1.2.0
1+
FROM launchdarkly/ld-find-code-refs-github-action:1.3.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: LaunchDarkly Code References
23-
uses: launchdarkly/find-code-references@v2
23+
uses: launchdarkly/find-code-references@v3
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
LD_ACCESS_TOKEN: ${{ secrets.LD_ACCESS_TOKEN }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ author: 'LaunchDarkly'
44
branding:
55
icon: toggle-right
66
color: gray-dark
7-
inputs:
7+
inputs:
88
ld-proj-key:
99
description: 'Key of the LaunchDarkly project associated with this repository'
1010
default: 'YOUR_PROJECT_KEY'
1111
required: true
12-
ld-access-token:
12+
ld-access-token:
1313
description: 'Token with write access to LaunchDarkly project'
1414
required: true
1515
github-token:

0 commit comments

Comments
 (0)