attic-action/action.yml
2023-07-20 09:08:36 +08:00

26 lines
512 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
runs:
using: "node16"
main: "dist/index.js"
post: "dist/index.js"