From 16d044cfaabdd2f06234718db677cc9769c12d02 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 09:56:51 +0200 Subject: [PATCH] chore: Test release --- .github/workflows/main.yml | 1 - action.yml | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0972f6b..6238c90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v1 - - run: yarn - uses: ./ with: github-token: ${{ secrets.github_token }} diff --git a/action.yml b/action.yml index 0b7ea3c..502700b 100644 --- a/action.yml +++ b/action.yml @@ -8,8 +8,10 @@ branding: icon: 'edit' color: 'red' inputs: - - github-token: + github-token: required: true - - git-message: 'chore: Release {version}' + git-message: + description: 'Commit message to use' + default: 'chore: Release {version}' required: false