2023-07-20 01:08:36 +00:00
|
|
|
name: "attic-action"
|
|
|
|
author: "Ryan Cao"
|
2023-07-18 14:17:42 +00:00
|
|
|
description: "Cache Nix derivations with attic"
|
|
|
|
|
2023-07-20 01:08:36 +00:00
|
|
|
branding:
|
|
|
|
icon: "layers"
|
|
|
|
color: "blue"
|
|
|
|
|
2023-07-18 14:17:42 +00:00
|
|
|
inputs:
|
|
|
|
endpoint:
|
2023-07-20 01:08:36 +00:00
|
|
|
description: "Attic endpoint"
|
2023-07-18 14:17:42 +00:00
|
|
|
required: true
|
|
|
|
cache:
|
2023-07-20 01:08:36 +00:00
|
|
|
description: "Attic cache name"
|
2023-07-18 14:17:42 +00:00
|
|
|
required: true
|
2023-07-19 01:53:49 +00:00
|
|
|
skip-push:
|
2023-07-20 01:08:36 +00:00
|
|
|
description: "Disable pushing to the cache automatically"
|
2023-07-19 01:53:49 +00:00
|
|
|
required: false
|
2023-07-18 14:17:42 +00:00
|
|
|
token:
|
2023-07-20 01:08:36 +00:00
|
|
|
description: "Attic authorization token"
|
2023-07-18 14:17:42 +00:00
|
|
|
required: false
|
2023-09-14 16:09:33 +00:00
|
|
|
skip-use:
|
|
|
|
description: "Set to true to skip using attic cache as a substituter"
|
|
|
|
required: false
|
2023-07-18 14:17:42 +00:00
|
|
|
|
|
|
|
runs:
|
|
|
|
using: "node16"
|
|
|
|
main: "dist/index.js"
|
2023-07-19 02:51:10 +00:00
|
|
|
post: "dist/index.js"
|