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 b30b88c commit d1b995bCopy full SHA for d1b995b
.github/workflows/api_ci.yml
@@ -82,7 +82,7 @@ jobs:
82
cat /tmp/post_generation_status.txt
83
echo ""
84
echo "🔍 Detailed diff:"
85
- git diff --no-pager ${{ env.OUTPUT_DIR }}
+ GIT_PAGER="" git diff ${{ env.OUTPUT_DIR }}
86
87
echo "💡 This indicates that the generated code is not in sync with the current specification."
88
echo " Please run 'cargo api generate-algod' and commit the changes."
0 commit comments