Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5e325d599 | ||
|
|
2533b28a8f | ||
|
|
00f4a8b31e | ||
|
|
ce803b732a |
16
action.yml
16
action.yml
@@ -1,22 +1,26 @@
|
|||||||
name: "attic"
|
name: "attic-action"
|
||||||
|
author: "Ryan Cao"
|
||||||
description: "Cache Nix derivations with attic"
|
description: "Cache Nix derivations with attic"
|
||||||
|
|
||||||
|
branding:
|
||||||
|
icon: "layers"
|
||||||
|
color: "blue"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
endpoint:
|
endpoint:
|
||||||
description: "attic endpoint"
|
description: "Attic endpoint"
|
||||||
required: true
|
required: true
|
||||||
cache:
|
cache:
|
||||||
description: "attic cache"
|
description: "Attic cache name"
|
||||||
required: true
|
required: true
|
||||||
skip-push:
|
skip-push:
|
||||||
description: "set to true to disable pushing to the cache"
|
description: "Disable pushing to the cache automatically"
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: "attic token"
|
description: "Attic authorization token"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
post: "dist/index.js"
|
post: "dist/index.js"
|
||||||
post-if: "success()"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user