Skip to content

Commit

Permalink
Update check-pr-title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored Jul 26, 2020
1 parent 3ae095a commit a555b29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, edited, reopened]
jobs:
build:
check:
runs-on: ubuntu-latest
steps:
- uses: MeilCli/regex-match@master
Expand All @@ -24,4 +24,5 @@ jobs:
name: 'Check/Title'
output_title: 'Check Title'
output_surmmary: 'Check Title of pull request'
result: ${{ steps.success.outputs.result }}${{ steps.failure.outputs.result }}
result: 'success'
#result: ${{ steps.success.outputs.result }}${{ steps.failure.outputs.result }}

0 comments on commit a555b29

Please sign in to comment.