Skip to content

Commit 72f4cc8

Browse files
author
Nasfame
committed
dry: fixes
Signed-off-by: Nasfame <laciferin@gmail.com>
1 parent b9429a6 commit 72f4cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prettier.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# run: |
6767
# find . -type f -not -name "prettier.yaml"
6868
# doesn't work as the prettier complains argument list is too long
69-
69+
7070
# - name: Set up Node.js
7171
# uses: actions/setup-node@v3
7272
# with:
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
GITHUB_ACTOR: Baymax # ${{github.actor}}
115115
with:
116-
dry: true
116+
dry: false
117117
github_token: ${{ github.token }}
118118
same_commit: false
119119
commit_message: 'style: pretty code'

0 commit comments

Comments
 (0)