Skip to content

Commit 699fbaa

Browse files
Update main.yml
1 parent a407c95 commit 699fbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Get Source
2525
run: |
2626
cd /home/ubuntu
27+
[ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
2728
[ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
28-
[ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git && cd barcode-reader-javascript-samples
2929
3030
- name: Sync files
3131
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)