Skip to content

Commit

Permalink
ci: update folder exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Feb 3, 2024
1 parent 76db812 commit 1a712ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add ./lfr/pkg/assets/tpl/cx/
git reset -- ./lfr/pkg/assets/tpl/cx/git
git add -- ./lfr/pkg/assets/tpl/cx/ ':!./lfr/pkg/assets/tpl/cx/git'
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 1a712ca

Please sign in to comment.