Skip to content

Commit

Permalink
Merge pull request #1687 from LKuemmel/fix
Browse files Browse the repository at this point in the history
fix build cards theme workflow
  • Loading branch information
LKuemmel authored Jun 24, 2024
2 parents 5978527 + 92cb79e commit 2839e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_display_theme_cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Commit and Push Changes
run: |
git config user.name "${{ github.actor }}"
git config.user.email "${{ github.actor }}@users.noreply.github.com"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add packages/modules/display_themes/cards/web
git commit -m "Build Display Theme: Cards"
git push

0 comments on commit 2839e8f

Please sign in to comment.