Skip to content

Commit

Permalink
fix(release): adjust automated pr to create a valid commit msg (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed May 31, 2020
1 parent 996b5a9 commit 1600788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/definitelyTyped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
with:
commit-message: chore(definitelyTyped) add definitelyTyped tests data
commit-message: "chore(definitelyTyped) add definitelyTyped tests data"
committer: typescripttdd <[email protected]>
author: typescripttdd <[email protected]>
title: DefinitelyTyped Tests Data on ${{ env.DATE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with:
commit-message: chore(performance) add performance data
commit-message: "chore(performance): add performance data"
committer: typescripttdd <[email protected]>
author: typescripttdd <[email protected]>
title: Performance Data on ${{ env.DATE }}
Expand Down

0 comments on commit 1600788

Please sign in to comment.