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.
2 parents 85d9470 + 3b7a35c commit 892fadeCopy full SHA for 892fade
.github/workflows/releaser.yml
@@ -39,7 +39,7 @@ jobs:
39
name: Check if go prepare updated generated Go code
40
if: steps.git.outputs.gitstatus != ''
41
run: |
42
- echo "go generate changed some Go generate code, run generate locally and make a Pull Request with the changes"
+ echo "\"go generate\" changed some Go generated code, run \"go generate ./\" locally and make a Pull Request with the changes"
43
exit 1
44
-
45
name: Test
0 commit comments