Rename generated file back to commit_sha
This commit is contained in:
@@ -42,7 +42,7 @@ func metadataFromRelease(release *github.RepositoryRelease, commitSHA string) []
|
||||
|
||||
if commitSHA != "" {
|
||||
metadata = append(metadata, MetadataPair{
|
||||
Name: "target_commit",
|
||||
Name: "commit_sha",
|
||||
Value: commitSHA,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user