Skip to content

Commit

Permalink
logging should sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Jun 10, 2024
1 parent 70082ab commit 1f48b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
run: |
echo "Full git status (bump)"
git add .
git status
git --no-pager diff -U0 --cached | grep '^[+-]' | head -n 50
echo "===================="
# Ignore REVISION or lines removing @generated headers.
if git diff --cached ' :(exclude)*REVISION' | grep -vE "^(@@|diff|index|\-\-\-|\+\+\+|\- \* @generated SignedSource)" | grep "^[+-]" > /dev/null; then
Expand Down

0 comments on commit 1f48b4f

Please sign in to comment.