Skip to content

Commit 3bb95f6

Browse files
committed
refactor: added the missing env file
1 parent ee617aa commit 3bb95f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/99-auto-fix-dependabot-stylelint-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
git config --global user.name 'github-actions[bot]'
5151
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
52+
echo 'COMMIT_MAIL=github-actions[bot]@users.noreply.github.com' >> .env
5253
5354
git add .
5455
git commit --all -m "Auto-format codebase with Stylelint" || echo "No changes to commit"

0 commit comments

Comments
 (0)