Skip to content

Commit

Permalink
Prepend missing 'github.com'
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Oct 15, 2019
1 parent 22ec641 commit 223e3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 223e3fc

Please sign in to comment.