Skip to content

Commit a227e57

Browse files
committed
NO-ISSUE to string
1 parent 561fa81 commit a227e57

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
@@ -70,7 +70,7 @@ jobs:
7070
${{
7171
(github.event_name == 'pull_request' || github.event_name == 'merge_group')
7272
&& env.DIFF_IS_EMPTY != 'true'
73-
&& github.actor_id != 29139614
73+
&& github.actor_id != '29139614'
7474
}}
7575
run: |
7676
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2

0 commit comments

Comments
 (0)