1 Commits
v0 ... v0.1.0

Author SHA1 Message Date
github-actions[bot]
7d3225d76d Automatic compilation 2023-07-19 02:54:26 +00:00
2 changed files with 33 additions and 19 deletions

View File

@@ -1,29 +1,22 @@
name: "attic-action" name: "attic"
author: "Ryan Cao"
description: "Cache Nix derivations with attic" description: "Cache Nix derivations with attic"
branding:
icon: "layers"
color: "blue"
inputs: inputs:
endpoint: endpoint:
description: "Attic endpoint" description: "attic endpoint"
required: true required: true
cache: cache:
description: "Attic cache name" description: "attic cache"
required: true required: true
skip-push: skip-push:
description: "Disable pushing to the cache automatically" description: "set to true to disable pushing to the cache"
required: false required: false
token: token:
description: "Attic authorization token" description: "attic token"
required: false
skip-use:
description: "Set to true to skip using attic cache as a substituter"
required: false required: false
runs: runs:
using: "node20" using: "node16"
main: "dist/index.js" main: "dist/index.js"
post: "dist/index.js" post: "dist/index.js"
post-if: "success()"

31
dist/index.js vendored

File diff suppressed because one or more lines are too long