1 Commits

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

View File

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

5
dist/index.js vendored

File diff suppressed because one or more lines are too long