ci: set base branch for docs update PR

pull/155/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent ac64af6f02
commit 4eb22d08f3
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