Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillGutyrchik committed Dec 19, 2023
1 parent 27093c6 commit ca0772f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: tzkhan/pr-update-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
#base-branch-regex: '[a-z\d-_.\\/]+'
#head-branch-regex: 'foo-\d+'
base-branch-regex: '[a-z\d-_.\\/]+'
head-branch-regex: '[a-z\d-_.\\/]+'
#title-template: '[%headbranch%] '
body-template: |
TEST
Expand Down

0 comments on commit ca0772f

Please sign in to comment.