We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea2dcb commit 943e5b0Copy full SHA for 943e5b0
testflows/github/hetzner/runners/volumes.py
@@ -76,11 +76,12 @@ def list(args, config: Config):
76
f"{'state,':8}",
77
"name,",
78
"actual name,",
79
- f"size in GB,",
+ "id,",
80
+ f"size,",
81
"location,",
82
"server,",
83
"created,",
- "format,",
84
+ "format",
85
file=sys.stdout,
86
)
87
@@ -93,6 +94,7 @@ def list(args, config: Config):
93
94
f"{volume.labels.get('github-hetzner-runner-volume', 'none') + ',':8}",
95
get_volume_name(volume.name) + ",",
96
volume.name + ",",
97
+ f"{volume.id},",
98
f"{volume.size}GB,",
99
volume.location.name + ",",
100
volume_server + ",",
0 commit comments