Explorar el Código

Updated Repo Commit to Repo Push in Octicon

Yoginth hace 7 años
padre
commit
08ab0e8d1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/template/template.go

+ 1 - 1
pkg/template/template.go

@@ -250,7 +250,7 @@ func ActionIcon(opType int) string {
 	case 1, 8: // Create and transfer repository
 		return "repo"
 	case 5: // Commit repository
-		return "git-commit"
+		return "repo-push"
 	case 6: // Create issue
 		return "issue-opened"
 	case 7: // New pull request