Skip to content

Commit bc6f87e

Browse files
committed
NO-ISSUE to string
1 parent cc2287b commit bc6f87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
${{
5555
(github.event_name == 'pull_request' || github.event_name == 'merge_group')
5656
&& env.DIFF_IS_EMPTY != 'true'
57-
&& github.actor_id != 29139614
57+
&& github.actor_id != '29139614'
5858
}}
5959
run: |
6060
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2

0 commit comments

Comments
 (0)