Skip to content

Commit a751e44

Browse files
committed
fix nesting issue in ci
1 parent 2a08cf6 commit a751e44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
3737
with:
38-
source_folder: './catalog/'
38+
source_folder: './catalog/*'
3939
destination_repo: 'grokspawn/cool-catalog'
4040
destination_folder: './catalog/'
4141
destination_head_branch: cool-catalog-contributor-${{ github.actor }}

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
OPERATOR_NAME = etcd
43
VERSION ?= "latest"
54
INDEX_IMAGE = "quay.io/joelanford/example-operator-index:$(VERSION)"

0 commit comments

Comments
 (0)