Skip to content

Commit 7cd86c1

Browse files
committed
try setting in a different place
1 parent 16ba62b commit 7cd86c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ outputs: {}
1212
runs:
1313
using: "composite"
1414

15-
env:
16-
COLUMNS: 120
17-
1815
steps:
1916
- name: install dependencies
2017
shell: bash -l {0}
@@ -30,5 +27,7 @@ runs:
3027
ls -l ${{ join(fromJSON(inputs.environment-paths), ' ') }}
3128
- name: analyze environments
3229
shell: bash -l {0}
30+
env:
31+
COLUMNS: 120
3332
run: |
3433
python minimum_versions.py ${{ join(fromJSON(inputs.environment-paths), ' ') }}

0 commit comments

Comments
 (0)