Skip to content

Commit

Permalink
update error msg
Browse files Browse the repository at this point in the history
Signed-off-by: pratik-parikh01 <pgppratik@gmail.com>
  • Loading branch information
pratik-parikh01 committed Oct 8, 2024
1 parent f2115a8 commit 8eb1a63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
result=$?
if [ "$result" != 0 ]
then
echo "Ensure you have run the following before pushing your commits:
make binaries
./bin/registry-api-descriptor-template ./docs/content/spec/api.md.tmpl > ./docs/content/spec/api.md"
echo "::error::Ensure you have run the following before pushing your commits: make binaries && ./bin/registry-api-descriptor-template ./docs/content/spec/api.md.tmpl > ./docs/content/spec/api.md"
exit 1
fi

0 comments on commit 8eb1a63

Please sign in to comment.