Skip to content

Commit 52ea143

Browse files
authored
support warpbuild cache provider (#247)
1 parent eaa85be commit 52ea143

File tree

7 files changed

+243564
-127289
lines changed

7 files changed

+243564
-127289
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sensible defaults.
8282
lookup-only: ""
8383

8484
# Specifies what to use as the backend providing cache
85-
# Can be set to either "github" or "buildjet"
85+
# Can be set to "github", "buildjet", or "warpbuild"
8686
# default: "github"
8787
cache-provider: ""
8888

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ inputs:
4141
required: false
4242
default: "true"
4343
cache-provider:
44-
description: "Determines which provider to use for caching. Options are github or buildjet, defaults to github."
44+
description: "Determines which provider to use for caching. Options are github, buildjet, or warpbuild. Defaults to github."
4545
required: false
4646
default: "github"
4747
cache-bin:

0 commit comments

Comments
 (0)