attic-action/action.yml

23 lines
447 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
skip-push:
description: "set to true to disable pushing to the cache"
required: false
2023-07-18 14:17:42 +00:00
token:
description: "attic token"
required: false
runs:
using: "node16"
main: "dist/index.js"
2023-07-19 02:51:10 +00:00
post: "dist/index.js"
2023-07-19 02:02:52 +00:00
post-if: "success()"