Skip to content

Commit 793169a

Browse files
fix(typo): maintainer contact mail in provider package reference (#62)
* fix(typo): maintainer contact mail in Provider package reference * fix(ci): e-mail check (#64) --------- Co-authored-by: Gergely Szabo <[email protected]>
1 parent 9badf1a commit 793169a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/email_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "EXCLUDE_DIRS=$EXCLUDE_DIRS" >> $GITHUB_ENV
3838
3939
# Specific files to exclude (space-separated)
40-
EXCLUDED_FILES="package/crossplanel.yaml"
40+
EXCLUDED_FILES="package/crossplane.yaml"
4141
echo "ℹ️ Excluding specific files: $EXCLUDED_FILES"
4242
echo "EXCLUDED_FILES=$EXCLUDED_FILES" >> $GITHUB_ENV
4343

package/crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Provider
33
metadata:
44
name: provider-cloudfoundry
55
annotations:
6-
meta.crossplane.io/maintainer: SAP Cloud Orchestrator Crossplane Maintainers <CloudOrchestrator@example.com>
6+
meta.crossplane.io/maintainer: SAP Cloud Orchestrator Crossplane Maintainers <CloudOrchestrator@sap.com>
77
meta.crossplane.io/source: github.com/SAP/crossplane-provider-cloudfoundry
88
meta.crossplane.io/license: Apache-2.0
99
friendly-name.meta.crossplane.io: Provider Cloud Foundry

0 commit comments

Comments
 (0)