Skip to content

Commit 0719896

Browse files
authored
Merge pull request #525 from PepijnB/main
add GITHUB_BASE_URL to action.yml
2 parents 692f08c + ec3ec7a commit 0719896

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)