-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,19 @@ | ||
name: 'Verifiable Credential Graph Actions' | ||
name: "Transmute" | ||
|
||
description: | | ||
This action enabled Verifiable Credential Graph Operations. | ||
The Transmute GitHub Action | ||
inputs: | ||
json: | ||
description: | | ||
A JSON Document (string). | ||
require: true | ||
neo4j-uri: | ||
transmute: | ||
description: | | ||
Neo4j Connection URL. | ||
require: false | ||
neo4j-user: | ||
description: | | ||
Neo4j User. | ||
require: false | ||
neo4j-password: | ||
description: | | ||
Neo4j Password. | ||
require: false | ||
|
||
The transmute command to run. | ||
outputs: | ||
json: | ||
description: 'The output as json.' | ||
description: "The output as json." | ||
cbor: | ||
description: "The output as cbor." | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' | ||
using: "node20" | ||
main: "dist/index.js" |