Skip to content

Commit

Permalink
test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stasquatch committed Dec 16, 2024
1 parent 8b02641 commit 5aae15c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
FROM launchdarkly/ld-find-code-refs-github-action:2.12.0
# FROM launchdarkly/ld-find-code-refs-github-action:2.12.0

FROM alpine:3.20.3

RUN apk update
RUN apk add --no-cache git

COPY ld-find-code-refs-github-action /ld-find-code-refs-github-action

LABEL com.github.actions.name="LaunchDarkly Code References"
LABEL com.github.actions.description="Find references to feature flags in your code."
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ inputs:
default: "false"
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."
required: false
subdirectory:
description: "The subdirectory to run the action in."
required: false
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down
Binary file added ld-find-code-refs-github-action
Binary file not shown.

0 comments on commit 5aae15c

Please sign in to comment.