Skip to content

Commit e8975d1

Browse files
committed
sort environment variables output in print-env workflow
1 parent 8d71449 commit e8975d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/print-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
runs-on: self-hosted
1010
steps:
1111
- name: Print all environment variables
12-
run: env
12+
run: env | sort

0 commit comments

Comments
 (0)