We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b893be9 commit 04f10eaCopy full SHA for 04f10ea
.github/workflows/99-auto-fix-dependabot-stylelint-updates.yml
@@ -24,11 +24,15 @@ jobs:
24
if [[ "${{ github.event.pull_request.title }}" =~ "bump stylelint from" ]]; then
25
echo "Stylelint update detected."
26
echo "stylelint_update=true" >> $GITHUB_ENV
27
+ echo "stylelint_update=false" >> $GITHUB_ENV
28
else if [[ "${{ github.event.pull_request.title }}" =~ "bump prettier from" ]]; then
29
echo "Prettier update detected."
30
echo "prettier_update=true" >> $GITHUB_ENV
31
+ echo "prettier_update=false" >> $GITHUB_ENV
32
else
33
echo "No Stylelint or prettier updates detected."
34
35
36
fi
37
38
- name: Set up Node.js
0 commit comments