Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 0da91b2

Browse files
committed
ci(actions): debug workflow
1 parent 57e4da4 commit 0da91b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
run: ls; ls backend_server
5454
- uses: actions/checkout@v2
5555
with:
56-
fetch-depth: 0
57-
repository: 'coderplanets/coderplanets_web'
58-
# Relative path under $GITHUB_WORKSPACE to place the repository
59-
path: 'frontend_server'
56+
fetch-depth: 0
57+
repository: 'coderplanets/coderplanets_web'
58+
# Relative path under $GITHUB_WORKSPACE to place the repository
59+
path: 'frontend_server'
6060
- uses: actions/setup-node@v2
6161
with:
6262
node-version: '12'

0 commit comments

Comments
 (0)