mirror of
https://github.com/ryanccn/attic-action.git
synced 2024-11-19 22:16:35 +00:00
29 lines
618 B
YAML
29 lines
618 B
YAML
name: "attic-action"
|
|
author: "Ryan Cao"
|
|
description: "Cache Nix derivations with attic"
|
|
|
|
branding:
|
|
icon: "layers"
|
|
color: "blue"
|
|
|
|
inputs:
|
|
endpoint:
|
|
description: "Attic endpoint"
|
|
required: true
|
|
cache:
|
|
description: "Attic cache name"
|
|
required: true
|
|
skip-push:
|
|
description: "Disable pushing to the cache automatically"
|
|
required: false
|
|
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: "node20"
|
|
main: "dist/index.js"
|
|
post: "dist/index.js"
|