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