We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4434130 commit c9fd303Copy full SHA for c9fd303
.upptimerc.yml
@@ -1,6 +1,7 @@
1
owner: webkom
2
repo: uptime
3
4
+workflowsSource: workflows
5
workflowSchedule:
6
graphs: "0 0 * * *"
7
responseTime: "0 23 * * *"
@@ -10,7 +11,10 @@ workflowSchedule:
10
11
updates: "0 3 * * *"
12
uptime: "*/5 * * * *"
13
-workflowVersion: master
14
+workflowSetup:
15
+ - uses: actions/setup-node@v3
16
+ with:
17
+ node-version: 16
18
19
sites:
20
- name: Abakus.no
0 commit comments