attic-action/action.yml
seth 5dc7b671af
feat: auto push store paths and add CI (#1)
* feat: add flake devShell

* chore: add prettier

* fix: respect cache input during configure

* feat: auto push paths

* feat: add test workflow

* chore: update index.js

* refactors

* pnpm lock

* more refactors

* remove copying

---------

Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2023-07-19 09:53:49 +08:00

21 lines
423 B
YAML

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
token:
description: "attic token"
required: false
runs:
using: "node16"
main: "dist/index.js"
post: "dist/post.js"