mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

Add support for GitHub Actions on GitHub Enterprise #91

Open yokogawa-k opened 3 years ago

yokogawa-k commented 3 years ago

WHAT

Modify to use the environment variable to the URL of GitHub Actions.

WHY

This is because CI link is incorrect when using GitHub Actions on GitHub Enterprise.

Please take a look at "Note" in this document as well.

Wing924 commented 2 years ago

any change to merge it?