We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9da65 commit 6af5aebCopy full SHA for 6af5aeb
action.yml
@@ -1,11 +1,11 @@
1
-name: Install foundationdb
2
-description: Install foundationdb
+name: Setup foundationDB
+description: Setup a FoundationDB
3
branding:
4
icon: database
5
- color: black
+ color: blue
6
inputs:
7
version:
8
- description: Foundationdb version to install
+ description: FoundationDB version to install
9
required: false
10
default: "6.3.22"
11
runs:
package.json
@@ -1,7 +1,7 @@
{
"name": "foundationdb-actions-install",
- "version": "1.0.2",
- "description": "Github Action for installing foundationdb",
+ "version": "2.0.0",
+ "description": "Github Action for installing foundationDB",
"main": "index.js",
"scripts": {
"build": "ncc build index.js -o dist"
0 commit comments