Skip to content

Commit 49dd45d

Browse files
committed
Test 2
1 parent 33785e1 commit 49dd45d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535
with:
3636
token: ${{ secrets.AUTO_UPDATE_PACKAGE }}
3737
title: "Update package"
38+
# If workflow is running from `pull_request`
39+
base: ${{ github.head_ref }}
40+
# If workflow is running from `release`
41+
# base: main

0 commit comments

Comments
 (0)