Skip to content

Commit

Permalink
fix(ci): wrong client extension samples path
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 27, 2024
1 parent 76be3cf commit 0d7e770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Update Client Extensions Samples
working-directory: ./lfr/pkg/assets/tpl/client_extension/liferay-client-extensions-samples
working-directory: ./internal/assets/tpl/client_extension/liferay-client-extensions-samples
run: |
mv git .git
git reset --hard HEAD
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git restore ./lfr/pkg/assets/tpl/client_extension/liferay-client-extensions-samples/git
git add ./lfr/pkg/assets/tpl/client_extension/
git restore ./internal/assets/tpl/client_extension/liferay-client-extensions-samples/git
git add ./internal/assets/tpl/client_extension/
git commit -am "chore: auto update client extensions samples" || echo "We're good for now. See you next time!"
git push

0 comments on commit 0d7e770

Please sign in to comment.