Skip to content

Commit 6af5aeb

Browse files
committed
feat: bump version and change name
"Install foundationdb" is owned by Clikengo, so we need to have a new one.
1 parent 5f9da65 commit 6af5aeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Install foundationdb
2-
description: Install foundationdb
1+
name: Setup foundationDB
2+
description: Setup a FoundationDB
33
branding:
44
icon: database
5-
color: black
5+
color: blue
66
inputs:
77
version:
8-
description: Foundationdb version to install
8+
description: FoundationDB version to install
99
required: false
1010
default: "6.3.22"
1111
runs:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "foundationdb-actions-install",
3-
"version": "1.0.2",
4-
"description": "Github Action for installing foundationdb",
3+
"version": "2.0.0",
4+
"description": "Github Action for installing foundationDB",
55
"main": "index.js",
66
"scripts": {
77
"build": "ncc build index.js -o dist"

0 commit comments

Comments
 (0)