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

Commit ae8c4f4

Browse files
committed
replaced checkout action wil git clone in actions yml
1 parent 623eb14 commit ae8c4f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gitconvex.collab.actions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
- run: npm install
2222
- run: npm install --global jest
2323
- run: cd /home/runner/work/
24-
- uses: actions/checkout@master
25-
with:
26-
repository: neel1996/starfleet
27-
ref: master
24+
- run: git clone https://github.com/neel1996/starfleet.git
2825
- run: cd /home/runner/work/gitconvex-server/gitconvex-server
2926
- run: mkdir -p ./database && touch ./database/repo-datastore.json
3027
- run: echo '[{"databaseFile":"./database/repo-datastore.json","port":9001}]' > ./env_config.json

0 commit comments

Comments
 (0)