Skip to content

Commit

Permalink
tweak generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jan 24, 2025
1 parent dcf6ce2 commit e466171
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-hosted-page/**/*.d.ts' 'packages/atomic-react/src/components/search/component.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 e466171

Please sign in to comment.