Skip to content

Commit 610686c

Browse files
committed
Set environment variable COLUMNS=190
Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 47f8ea4 commit 610686c

30 files changed

+30
-0
lines changed

.github/workflows/.container.template.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- '<{ repository_path }>/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: <{ repository_path }>
2223

2324

.github/workflows/almalinux-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/almalinux/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/almalinux
2223

2324

.github/workflows/amazonlinux-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/amazonlinux/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/amazonlinux
2223

2324

.github/workflows/archlinux-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/archlinux/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/archlinux
2223

2324

.github/workflows/busybox-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/busybox/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/busybox
2223

2324

.github/workflows/centos-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/centos/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/centos
2223

2324

.github/workflows/centos-stream-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/centos-stream/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/centos-stream
2223

2324

.github/workflows/consul-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/consul/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/consul
2223

2324

.github/workflows/debian-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/debian/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/debian
2223

2324

.github/workflows/etcd-v2-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'mirrors/etcd-v2/*'
1919

2020
env:
21+
COLUMNS: 190
2122
PATH_IN_REPO: mirrors/etcd-v2
2223

2324

0 commit comments

Comments
 (0)