diff --git a/.github/actions/regenerate/action.yml b/.github/actions/regenerate/action.yml index 3ae1fb17..74e58a98 100644 --- a/.github/actions/regenerate/action.yml +++ b/.github/actions/regenerate/action.yml @@ -11,6 +11,7 @@ runs: shell: bash env: QUIET: true + COLUMNS: 160 run: | git config --global user.name "$GITHUB_ACTOR" git config --global user.email "$CI_COMMIT_EMAIL" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b529ef2..adc3d0da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,6 +45,7 @@ jobs: - name: Verify registry env: QUIET: true + COLUMNS: 160 run: | make fetch-test-data git diff --exit-code diff --git a/changelog/32.improvement.md b/changelog/32.improvement.md new file mode 100644 index 00000000..8250bf49 --- /dev/null +++ b/changelog/32.improvement.md @@ -0,0 +1 @@ +Increased the width of the console output to make it easier to diagnose issues.