Skip to content

Commit adcb751

Browse files
authored
Fixing default
1 parent 235cec9 commit adcb751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ inputs:
99
github_base_url:
1010
description: The base URL for the GitHub instance.
1111
type: string
12-
default: ${{ env.GITHUB_SERVER_URL }}
12+
required: true
13+
default: ${{ github.server_url }}
1314

1415
runs:
1516
using: node20

0 commit comments

Comments
 (0)