We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2867b2a + 407116f commit ba68400Copy full SHA for ba68400
1 file changed
.github/workflows/pull_request_validation.yml
@@ -18,13 +18,21 @@ jobs:
18
19
- name: Install Dashcam
20
uses: ./.
21
-
+ with:
22
+ version: "1.0.49"
23
+ cli-version: "0.8.2"
24
+ node-version: "16.20.2"
25
+ node-directory: "C:\\nodejs16"
26
+ node-prefix: "C:\\nodejs16\\npm-installs"
27
+
28
- name: Start Dashcam
29
uses: ./start
30
+ continue-on-error: true
31
with:
32
api-key: "1234567890"
33
34
- name: Stop Dashcam
35
uses: ./stop
36
37
38
project-id: "507f1f77bcf86cd799439011"
0 commit comments