Skip to content

Commit

Permalink
chore: wrapper git command
Browse files Browse the repository at this point in the history
  • Loading branch information
yosokim committed Oct 23, 2022
1 parent b7615fa commit bd6f656
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ jobs:
with:
distribution: "zulu"
java-version: "11"
- uses: actions/checkout@v3
with:
path: egao_database
repository: fltstore/egao_database
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
ls -al .
cp -rf egao_database ./assets/database
git clone --depth=1 https://github.com/fltstore/egao_database ./assets/database
rm -rf ./assets/database/.git
ls -al ./assets/database
Expand Down

0 comments on commit bd6f656

Please sign in to comment.