Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d3225d76d |
16
action.yml
16
action.yml
@@ -1,26 +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
|
required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
post: "dist/index.js"
|
post: "dist/index.js"
|
||||||
|
post-if: "success()"
|
||||||
|
|||||||
Reference in New Issue
Block a user