Skip to content

Commit 7783464

Browse files
committed
NO-ISSUE to string
1 parent 5963a8c commit 7783464

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
@@ -39,7 +39,7 @@ jobs:
3939
${{
4040
(github.event_name == 'pull_request' || github.event_name == 'merge_group')
4141
&& env.DIFF_IS_EMPTY != 'true'
42-
&& github.actor_id != 29139614
42+
&& github.actor_id != '29139614'
4343
}}
4444
run: |
4545
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2

0 commit comments

Comments
 (0)