From 223e3fc5114834b6b28c5e5d7485ea1428b0bdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Tue, 15 Oct 2019 23:39:21 +0200 Subject: [PATCH] Prepend missing 'github.com' --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f7df318..39c7142 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/sh -curl -X POST -F "repo=$GITHUB_REPOSITORY" https://goreportcard.com/checks +curl -X POST -F "repo=github.com/$GITHUB_REPOSITORY" https://goreportcard.com/checks