Skip to content

Commit 5aae15c

Browse files
committed
test GHA
1 parent 8b02641 commit 5aae15c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
FROM launchdarkly/ld-find-code-refs-github-action:2.12.0
1+
# FROM launchdarkly/ld-find-code-refs-github-action:2.12.0
2+
3+
FROM alpine:3.20.3
4+
5+
RUN apk update
6+
RUN apk add --no-cache git
7+
8+
COPY ld-find-code-refs-github-action /ld-find-code-refs-github-action
29

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

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ inputs:
4242
default: "false"
4343
description: "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."
4444
required: false
45+
subdirectory:
46+
description: "The subdirectory to run the action in."
47+
required: false
4548
runs:
4649
using: 'docker'
4750
image: 'Dockerfile'

ld-find-code-refs-github-action

12.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)