attic-action/action.yml

21 lines
367 B
YAML
Raw Normal View History

2023-07-18 14:17:42 +00:00
name: "attic"
description: "Cache Nix derivations with attic"
inputs:
endpoint:
description: "attic endpoint"
required: true
cache:
description: "attic cache"
required: true
paths:
description: "paths to upload"
required: true
token:
description: "attic token"
required: false
runs:
using: "node16"
main: "dist/index.js"