Skip to content

Commit 726ee9b

Browse files
authored
Fix automated workflow
1 parent 0e324c4 commit 726ee9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
pull-requests: write
1313
contents: write
14-
if: github.event_name != 'schedule' || github.repository == 'prettier/html-ua-styles'
14+
if: github.event_name != 'schedule' || github.repository == 'prettier/html-tags'
1515
runs-on: ubuntu-latest
1616
env:
1717
YARN_ENABLE_IMMUTABLE_INSTALLS: false

0 commit comments

Comments
 (0)