We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a407c95 commit 699fbaaCopy full SHA for 699fbaa
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Get Source
25
run: |
26
cd /home/ubuntu
27
+ [ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
28
[ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
- [ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git && cd barcode-reader-javascript-samples
29
30
- name: Sync files
31
uses: SamKirkland/[email protected]
0 commit comments