Skip to content

Commit 73c7ad8

Browse files
authored
feat: new expire_time_formatted for action output (#358)
1 parent ac97ceb commit 73c7ad8

File tree

6 files changed

+23643
-865
lines changed

6 files changed

+23643
-865
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ The url(s) deployed to
157157

158158
### `expire_time`
159159

160-
The time the deployed preview urls expire
160+
The time the deployed preview urls expire, example: 2024-04-10T14:37:53.817800922Z
161+
162+
### `expire_time_formatted`
163+
164+
The time the deployed preview urls expire in the UTC format, example: Tue, 09 Apr 2024 18:24:42 GMT
161165

162166
### `details_url`
163167

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@ outputs:
6464
description: The url(s) deployed to
6565
expire_time:
6666
description: The time the deployed preview urls expire
67+
expire_time_formatted:
68+
description: The time the deployed preview urls expire in the UTC format
6769
details_url:
6870
description: A single URL that was deployed to

0 commit comments

Comments
 (0)