We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a72a9 commit 53a22f4Copy full SHA for 53a22f4
2 files changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: '20'
23
24
- - name: Prepare
+ - name: Install
25
run: npm ci
26
27
- name: Build
app.config.ts app.config.jsonapp.config.ts renamed to app.config.json
@@ -1,7 +1,4 @@
1
-import { CliOptions } from "dt-app";
2
-
3
-const config: CliOptions = {
4
- "environmentUrl": process.env.ENVIRONMENT_URL ?? "https://wkf10640.apps.dynatrace.com/",
+{
5
"app": {
6
"name": "new-tutorial",
7
"version": "0.0.0",
@@ -17,7 +14,4 @@ const config: CliOptions = {
17
14
{ "name" : "app-settings:objects:read", "comment": "Deploying permission"}
18
15
]
19
16
}
20
-};
-module.exports = config;
+}
0 commit comments