Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyinma committed Nov 6, 2024
1 parent 801b3e8 commit 274c52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/buf/alpha/audit/v1alpha1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ message PayloadPluginCommitPushed {
string owner_name = 2;
// plugin_id is the id of the plugin.
string plugin_id = 3;
// repository_name is the name of the plugin.
// plugin_name is the name of the plugin.
string plugin_name = 4;
// p1_digest is the plugin's p1 digest.
// p1_digest is the p1 digest of the pushed plugin commit.
string p1_digest = 5;
}

Expand Down

0 comments on commit 274c52e

Please sign in to comment.