Skip to content

Commit 581d8d4

Browse files
authored
Merge pull request #32 from Climate-REF/increase-width
2 parents 34d644b + 8bc5276 commit 581d8d4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.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

changelog/32.improvement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Increased the width of the console output to make it easier to diagnose issues.

0 commit comments

Comments
 (0)