File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed
Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
33LABEL com.github.actions.name="LaunchDarkly Code References"
44LABEL com.github.actions.description="Find references to feature flags in your code."
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ author: 'LaunchDarkly'
44branding :
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 :
You can’t perform that action at this time.
0 commit comments