Skip to content

Commit ec3ec7a

Browse files
authored
add GITHUB_BASE_URL to action.yml
1 parent 692f08c commit ec3ec7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ runs:
118118
using: docker
119119
image: Dockerfile
120120
env:
121+
GITHUB_BASE_URL: ${{ inputs.GITHUB_BASE_URL }}
121122
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
122123
GITHUB_PR_RUN_ID: ${{ inputs.GITHUB_PR_RUN_ID }}
123124
COMMENT_TEMPLATE: ${{ inputs.COMMENT_TEMPLATE }}

0 commit comments

Comments
 (0)