Skip to content

Commit dd6fe43

Browse files
committed
chore: update repository URL in package.json and fix environment variable formatting in config-prettier.yaml
Signed-off-by: Bastian Echterhölter <[email protected]> On-behalf-of: @SAP <[email protected]>
1 parent 46ae97a commit dd6fe43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/config-prettier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
workingDirectory: "config-prettier"
2626
prefix: "config-prettier/"
27-
environment: npmjs:@openmfp/config-prettier
27+
environment: "npmjs:@openmfp/config-prettier"

config-prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.8.1",
44
"description": "A shared configuration for prettier to be used across openmfp frontends",
55
"repository": {
6-
"url": "git+https://github.com/openmfp/typescript-config.git"
6+
"url": "git+https://github.com/openmfp/typescript-configs.git"
77
},
88
"license": "Apache-2.0",
99
"author": "OpenMFP",

0 commit comments

Comments
 (0)