Skip to content

Commit 5e7c03a

Browse files
committed
excluding operator name from CoC contribution action
1 parent 63ae179 commit 5e7c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/example-operator'
38+
source_folder: './catalog/'
3939
destination_repo: 'grokspawn/cool-catalog'
4040
destination_folder: './catalog/'
4141
destination_head_branch: cool-catalog-contributor-${{ github.actor }}

0 commit comments

Comments
 (0)