diff --git a/.github/workflows/auto-update-assets.yml b/.github/workflows/auto-update-assets.yml index d6d88d19..3ede6a22 100644 --- a/.github/workflows/auto-update-assets.yml +++ b/.github/workflows/auto-update-assets.yml @@ -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