We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561fa81 commit a227e57Copy full SHA for a227e57
.github/workflows/generate-code.yml
@@ -70,7 +70,7 @@ jobs:
70
${{
71
(github.event_name == 'pull_request' || github.event_name == 'merge_group')
72
&& env.DIFF_IS_EMPTY != 'true'
73
- && github.actor_id != 29139614
+ && github.actor_id != '29139614'
74
}}
75
run: |
76
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2
0 commit comments