Skip to content

Commit

Permalink
fix(ci): update repo used
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Feb 3, 2024
1 parent a1ca1d2 commit 424e5fe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/auto-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
- name: Update Client Extensions Samples
working-directory: ./lfr/pkg/assets/tpl/cx
run: |
rm -r liferay-portal
git clone --depth 1 --filter=blob:none --no-checkout https://github.com/liferay/liferay-portal
cd liferay-portal
git sparse-checkout init --no-cone
git sparse-checkout set workspaces/liferay-sample-workspace/client-extensions
git checkout master
rm -r .git
rm -r liferay-client-extensions-samples
git clone --depth 0 https://github.com/lgdd/liferay-client-extensions-samples
cd liferay-client-extensions-samples
mv .git git
- name: Commit Client Extensions Changes
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 424e5fe

Please sign in to comment.