We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a72a9 commit 875e242Copy full SHA for 875e242
.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,5 @@
1
-import { CliOptions } from "dt-app";
2
-
3
-const config: CliOptions = {
4
- "environmentUrl": process.env.ENVIRONMENT_URL ?? "https://wkf10640.apps.dynatrace.com/",
+{
+ "environmentUrl": "https://asdasdasdsa.apps.dynatrace.com/",
5
"app": {
6
"name": "new-tutorial",
7
"version": "0.0.0",
@@ -17,7 +15,4 @@ const config: CliOptions = {
17
15
{ "name" : "app-settings:objects:read", "comment": "Deploying permission"}
18
16
]
19
}
20
-};
-module.exports = config;
+}
0 commit comments