Skip to content

Commit 04f10ea

Browse files
committed
refactor: let's give this a try
1 parent b893be9 commit 04f10ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
if [[ "${{ github.event.pull_request.title }}" =~ "bump stylelint from" ]]; then
2525
echo "Stylelint update detected."
2626
echo "stylelint_update=true" >> $GITHUB_ENV
27+
echo "stylelint_update=false" >> $GITHUB_ENV
2728
else if [[ "${{ github.event.pull_request.title }}" =~ "bump prettier from" ]]; then
2829
echo "Prettier update detected."
2930
echo "prettier_update=true" >> $GITHUB_ENV
31+
echo "prettier_update=false" >> $GITHUB_ENV
3032
else
3133
echo "No Stylelint or prettier updates detected."
34+
echo "stylelint_update=false" >> $GITHUB_ENV
35+
echo "prettier_update=false" >> $GITHUB_ENV
3236
fi
3337
3438
- name: Set up Node.js

0 commit comments

Comments
 (0)