We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790ce5 commit 26a890cCopy full SHA for 26a890c
2 files changed
.github/workflows/go-apidiff.yaml
@@ -1,5 +1,7 @@
1
name: go-apidiff
2
on:
3
+ push:
4
+ workflow_dispatch:
5
merge_group:
6
pull_request:
7
jobs:
@@ -15,4 +17,6 @@ jobs:
15
17
with:
16
18
go-version-file: go.mod
19
- - uses: joelanford/go-apidiff@main
20
+ - uses: dtfranz/go-apidiff@test-pkg-exception
21
+ with:
22
+ base-ref: 3d6a33b60dab6aedec2b676eba3a7631d3961340
api/v1/clusterextension_types.go
@@ -91,7 +91,7 @@ type ClusterExtensionSpec struct {
91
// for the ClusterExtension such as the pre-flight check configuration.
92
//
93
// +optional
94
- Install *ClusterExtensionInstallConfig `json:"install,omitempty"`
+ Install ClusterExtensionInstallConfig `json:"install,omitempty"`
95
}
96
97
const SourceTypeCatalog = "Catalog"
0 commit comments