gha : Use unique name for auto generated patch branches

This commit is contained in:
Magne Sjaastad 2020-06-24 16:09:41 +02:00
parent 9790300547
commit 52fc12adf3
2 changed files with 3 additions and 1 deletions

View File

@ -26,5 +26,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Fixes by clang-format'
title: 'Fixes by clang-format'
branch: clang-format-patches

View File

@ -13,9 +13,10 @@ jobs:
- uses: sobolevn/misspell-fixer-action@master
with:
options: '-rsvnuR ApplicationCode/'
- uses: peter-evans/create-pull-request@v2.4.4
- uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Fixes by misspell-fixer'
title: 'Typos fix by misspell-fixer'
branch: spell-check-patches