We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62948b7 commit 8043ab4Copy full SHA for 8043ab4
1 file changed
.github/workflows/caprover.yml
@@ -14,12 +14,8 @@ jobs:
14
steps:
15
- name: Build and Push Docker Image
16
- uses: AlexxNB/caprover-action@v1
17
-
18
with:
19
- server: 'https://captain.server01.dankore.com'
20
- password: '${{ secrets.CAPROVER_PASSWORD }}'
21
- appname: 'github'
22
- - run: npm start ./index.js
23
24
25
+ server: 'https://captain.server01.dankore.com'
+ password: '${{ secrets.CAPROVER_PASSWORD }}'
+ appname: 'github'
+ run: npm start './index.js'
0 commit comments