We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24e559 commit 9f7df0cCopy full SHA for 9f7df0c
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
19
kustomizations: |-
20
testdata/prod
21
testdata/stage
22
+ testdata/new
23
- uses: mshick/add-pr-comment@v2
24
with:
25
message: ${{ steps.test-action.outputs.diff }}
testdata/new/README.md
@@ -0,0 +1,2 @@
1
+The point of this folder is to test that if the base commit does not contain this folder,
2
+the action is still successful
testdata/new/kustomization.yml
@@ -0,0 +1,4 @@
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
3
+resources:
4
+ - ../base
0 commit comments