mirror of
https://github.com/ryanccn/attic-action.git
synced 2024-11-19 22:16:35 +00:00
22 lines
377 B
YAML
22 lines
377 B
YAML
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
|
|
|
|
outputs:
|
|
|
|
runs:
|
|
using: "node16"
|
|
main: "dist/index.js"
|