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 01dd23a commit c6744dfCopy full SHA for c6744df
.github/workflows/generated-code.yml
@@ -33,6 +33,8 @@ jobs:
33
- if: ${{ github.event_name == 'pull_request' && env.DIFF_IS_EMPTY != 'true' && github.actor != 'renovate[bot]' }}
34
run: |
35
echo "There are changes in the generated codes. Please run 'generate-code.py' and commit the changes." >&2
36
+ echo "The files with differences are as follows." >&2
37
+ echo "$(git --no-pager diff --name-only HEAD)" >&2
38
exit 1
39
## Run if diff exists and event is not pull request, and make PR
40
- if: ${{ github.event_name != 'pull_request' && env.DIFF_IS_EMPTY != 'true' }}
0 commit comments