Skip to content

Commit 892ae94

Browse files
authored
Add comment for branch input default value
1 parent 2a13d0e commit 892ae94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-node-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branch:
77
type: string
88
required: false
9+
# When using github.ref || github.head_ref, it would contain the full path, including /, which breaks the postgres hostname
10+
default: ${{ github.sha }}
911
cypress_enable:
1012
description: "Global enable for cypress"
1113
type: boolean

0 commit comments

Comments
 (0)