Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
branches:
- main
pull_request:

jobs:
install_fdb:
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Install foundationdb
description: Install foundationdb
name: Setup foundationDB
description: Setup a FoundationDB
branding:
icon: database
color: black
color: blue
inputs:
version:
description: Foundationdb version to install
description: FoundationDB version to install
required: false
default: "6.3.22"
runs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down