Skip to content

Commit 789a3e5

Browse files
authored
Merge pull request #8 from PierreZ/change_version_name
feat: bump version and change name
2 parents 5f9da65 + 534421d commit 789a3e5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
26

37
jobs:
48
install_fdb:

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)