feat: support default message for GitHub Action

This commit is contained in:
Bo-Yi Wu
2019-02-24 13:07:12 +08:00
parent 4aa0bd8fc6
commit 28fc4d6511
3 changed files with 32 additions and 10 deletions
+3 -3
View File
@@ -16,11 +16,11 @@ func TestMissingConfig(t *testing.T) {
assert.NotNil(t, err)
}
func TestDroneTemplate(t *testing.T) {
func TestTemplate(t *testing.T) {
plugin := Plugin{
Repo: Repo{
Name: "go-hello",
Owner: "appleboy",
Name: "go-hello",
Namespace: "appleboy",
},
Build: Build{
Number: 101,