Skip to content

Commit 9e4071f

Browse files
committed
chore: Increase the number of columns to make it easier to debug the results
1 parent 34d644b commit 9e4071f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/regenerate/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
shell: bash
1212
env:
1313
QUIET: true
14+
COLUMNS: 160
1415
run: |
1516
git config --global user.name "$GITHUB_ACTOR"
1617
git config --global user.email "$CI_COMMIT_EMAIL"

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Verify registry
4646
env:
4747
QUIET: true
48+
COLUMNS: 160
4849
run: |
4950
make fetch-test-data
5051
git diff --exit-code

0 commit comments

Comments
 (0)