Skip to content

Commit

Permalink
chore: fix automated commit for generated files (#4924)
Browse files Browse the repository at this point in the history
KIT-3929

This file does not exist since atomic-hosted-page moved to Lit

https://coveord.atlassian.net/browse/KIT-3929
  • Loading branch information
alexprudhomme authored Feb 3, 2025
1 parent 12c4aac commit f5d4c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/commit-generated-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
if [ ! -z "$(git status --porcelain)" ]; then
git fetch --depth=1
git switch ${{ github.head_ref }}
git add 'packages/atomic/**/*.d.ts' 'packages/atomic-hosted-page/**/*.d.ts' 'packages/atomic-react/src/components/stencil-generated/*' 'packages/atomic-angular/projects/atomic-angular/src/lib/stencil-generated/*'
git add 'packages/atomic/**/*.d.ts' 'packages/atomic-react/src/components/stencil-generated/*' 'packages/atomic-angular/projects/atomic-angular/src/lib/stencil-generated/*'
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
Expand Down

0 comments on commit f5d4c12

Please sign in to comment.