10 Commits

Author SHA1 Message Date
github-actions[bot]
86b3178a3f Automatic compilation 2023-08-04 12:41:26 +00:00
Ryan Cao
e78c87fc0e fix: split up added paths to avoid argument limit 2023-08-04 20:40:01 +08:00
Ryan Cao
7af24dd783 chore: update flake lock 2023-07-21 21:42:33 +08:00
Ryan Cao
3c5e4de9b2 docs: improve README 2023-07-21 16:11:50 +08:00
Ryan Cao
a2f0acb9d4 chore: add dependabot 2023-07-21 16:07:27 +08:00
seth
ec939ca6ac chore: don't use channels for testing (#3) 2023-07-21 03:38:26 +00:00
Ryan Cao
3b6f7992de ci: manually add nixpkgs 2023-07-20 17:50:37 +08:00
Ryan Cao
2533b28a8f add README 2023-07-20 09:09:48 +08:00
Ryan Cao
00f4a8b31e improve action.yml 2023-07-20 09:08:36 +08:00
Ryan Cao
ce803b732a fix: use node import behavior 2023-07-19 12:24:57 +08:00
2 changed files with 11 additions and 7 deletions

View File

@@ -1,22 +1,26 @@
name: "attic"
name: "attic-action"
author: "Ryan Cao"
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"
description: "Attic cache name"
required: true
skip-push:
description: "set to true to disable pushing to the cache"
description: "Disable pushing to the cache automatically"
required: false
token:
description: "attic token"
description: "Attic authorization token"
required: false
runs:
using: "node16"
main: "dist/index.js"
post: "dist/index.js"
post-if: "success()"

2
dist/index.js vendored

File diff suppressed because one or more lines are too long