Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f0cb262d0 | ||
|
|
8c01d0bda1 | ||
|
|
88dbb4b600 | ||
|
|
fd02e7c96c | ||
|
|
56ba67dfc0 | ||
|
|
e78c87fc0e | ||
|
|
7af24dd783 | ||
|
|
3c5e4de9b2 | ||
|
|
a2f0acb9d4 | ||
|
|
ec939ca6ac | ||
|
|
3b6f7992de | ||
|
|
2533b28a8f | ||
|
|
00f4a8b31e | ||
|
|
ce803b732a |
19
action.yml
19
action.yml
@@ -1,22 +1,29 @@
|
||||
name: "attic"
|
||||
name: "attic-action"
|
||||
author: "Ryan Cao"
|
||||
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"
|
||||
description: "Attic cache name"
|
||||
required: true
|
||||
skip-push:
|
||||
description: "set to true to disable pushing to the cache"
|
||||
description: "Disable pushing to the cache automatically"
|
||||
required: false
|
||||
token:
|
||||
description: "attic token"
|
||||
description: "Attic authorization token"
|
||||
required: false
|
||||
skip-use:
|
||||
description: "Set to true to skip using attic cache as a substituter"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
post: "dist/index.js"
|
||||
post-if: "success()"
|
||||
|
||||
5
dist/index.js
vendored
5
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user