attic-action/action.yml
2023-09-15 15:37:51 +08:00

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"