Skip to content

Commit af8aa38

Browse files
fix style bot GH action (#2906)
1 parent edcc774 commit af8aa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style-bot-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ jobs:
123123
chmod +x pre_commit_script.sh
124124
./pre_commit_script.sh
125125
126-
- name: Run make style and make quality
126+
- name: Run style command
127127
env:
128128
style_command: ${{ inputs.style_command }}
129129
run: |
130-
$style_command
130+
bash -c "$style_command"
131131
132132
- name: Commit and push changes
133133
id: commit_and_push

0 commit comments

Comments
 (0)