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 5963a8c commit 7783464Copy full SHA for 7783464
.github/workflows/generate-code.yml
@@ -39,7 +39,7 @@ jobs:
39
${{
40
(github.event_name == 'pull_request' || github.event_name == 'merge_group')
41
&& env.DIFF_IS_EMPTY != 'true'
42
- && github.actor_id != 29139614
+ && github.actor_id != '29139614'
43
}}
44
run: |
45
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2
0 commit comments