Skip to content

Commit d131de3

Browse files
authored
Merge pull request #1521 from hotwax/AjinkyaM1-patch-1
Specify base branch in generate-updates workflow
2 parents 116eedf + bd7da91 commit d131de3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-updates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
ref: 'product-updates'
1315
- uses: actions/setup-node@v3
1416
with: {node-version: '18'}
1517
- run: npm install
@@ -23,3 +25,4 @@ jobs:
2325
token: ${{ secrets.GITHUB_TOKEN }}
2426
title: "Monthly Product Update"
2527
branch: "docs/product-update"
28+
base: "product-updates"

0 commit comments

Comments
 (0)