Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d3225d76d |
21
action.yml
21
action.yml
@@ -1,29 +1,22 @@
|
||||
name: "attic-action"
|
||||
author: "Ryan Cao"
|
||||
name: "attic"
|
||||
description: "Cache Nix derivations with attic"
|
||||
|
||||
branding:
|
||||
icon: "layers"
|
||||
color: "blue"
|
||||
|
||||
inputs:
|
||||
endpoint:
|
||||
description: "Attic endpoint"
|
||||
description: "attic endpoint"
|
||||
required: true
|
||||
cache:
|
||||
description: "Attic cache name"
|
||||
description: "attic cache"
|
||||
required: true
|
||||
skip-push:
|
||||
description: "Disable pushing to the cache automatically"
|
||||
description: "set to true to disable pushing to the cache"
|
||||
required: false
|
||||
token:
|
||||
description: "Attic authorization token"
|
||||
required: false
|
||||
skip-use:
|
||||
description: "Set to true to skip using attic cache as a substituter"
|
||||
description: "attic token"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "node20"
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
post: "dist/index.js"
|
||||
post-if: "success()"
|
||||
|
||||
31
dist/index.js
vendored
31
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user