ci: set base branch for docs update PR (#155)
This commit is contained in:
committed by
GitHub
parent
d10ce91a64
commit
d66d7e994e
1
.github/workflows/update-readme.yaml
vendored
1
.github/workflows/update-readme.yaml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
title: 'chore: bump version to ${{ env.TAG }} in README.md files'
|
||||
body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ env.TAG }}'
|
||||
branch: 'update-readme-branch'
|
||||
base: 'main'
|
||||
env:
|
||||
TAG: ${{ steps.get-latest-tag.outputs.TAG }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user