From 6af5aeb5add824e8f689ec1302a09799b77df7bf Mon Sep 17 00:00:00 2001 From: Pierre Zemb Date: Wed, 12 Jan 2022 15:29:08 +0100 Subject: [PATCH 1/2] feat: bump version and change name "Install foundationdb" is owned by Clikengo, so we need to have a new one. --- action.yml | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 6065104..e559a54 100644 --- a/action.yml +++ b/action.yml @@ -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: diff --git a/package.json b/package.json index 333d839..91717d1 100644 --- a/package.json +++ b/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" From 534421d5ead6c340a0789e7a14518f7dc2d40502 Mon Sep 17 00:00:00 2001 From: Pierre Zemb Date: Wed, 12 Jan 2022 16:07:17 +0100 Subject: [PATCH 2/2] feat(ci): trigger CI on PR and push --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dc1785..d2c3acf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,8 @@ -on: [push] +on: + push: + branches: + - main + pull_request: jobs: install_fdb: