Skip to content

Commit 892fade

Browse files
authored
Merge pull request #23 from Kocal/patch-1
chore: reword error message in CI
2 parents 85d9470 + 3b7a35c commit 892fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Check if go prepare updated generated Go code
4040
if: steps.git.outputs.gitstatus != ''
4141
run: |
42-
echo "go generate changed some Go generate code, run generate locally and make a Pull Request with the changes"
42+
echo "\"go generate\" changed some Go generated code, run \"go generate ./\" locally and make a Pull Request with the changes"
4343
exit 1
4444
-
4545
name: Test

0 commit comments

Comments
 (0)