Skip to content

Commit d1b995b

Browse files
committed
ci: use NO_PAGER instead of --no-pager
1 parent b30b88c commit d1b995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cat /tmp/post_generation_status.txt
8383
echo ""
8484
echo "🔍 Detailed diff:"
85-
git diff --no-pager ${{ env.OUTPUT_DIR }}
85+
GIT_PAGER="" git diff ${{ env.OUTPUT_DIR }}
8686
echo ""
8787
echo "💡 This indicates that the generated code is not in sync with the current specification."
8888
echo " Please run 'cargo api generate-algod' and commit the changes."

0 commit comments

Comments
 (0)