ci: set base branch for docs update PR (#155)

pull/161/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent d10ce91a64
commit d66d7e994e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 }}

Loading…
Cancel
Save