Skip to content

Commit

Permalink
ci: avoid comitting changes in git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Feb 3, 2024
1 parent 21af825 commit fac12d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
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 commit -am "chore: auto update client extensions samples" || echo "We're good for now. See you next time!"
git push

0 comments on commit fac12d0

Please sign in to comment.