Skip to content

Commit

Permalink
Merge pull request #12 from rtCamp/update/actions-check-url
Browse files Browse the repository at this point in the history
Update to actions check url instead of generic actions url
  • Loading branch information
mrrobot47 authored Jan 17, 2020
2 parents a791c98 + 04e3cb7 commit 2472d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func main() {
Short: true,
},
{
Title: "Repo Action URL",
Value: "https://github.com/" + os.Getenv("GITHUB_REPOSITORY") + "/actions",
Title: "Actions URL",
Value: "https://github.com/" + os.Getenv("GITHUB_REPOSITORY") + "/commit/" + os.Getenv("GITHUB_SHA") + "/checks",
Short: false,
},
{
Expand Down

0 comments on commit 2472d9a

Please sign in to comment.