Skip to content

Commit c1c5c71

Browse files
RaisinTendanielleadams
authored andcommitted
build: add version info to timezone update PR
Refs: #44950 (comment) Signed-off-by: Darshan Sen <[email protected]> PR-URL: #45021 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 90d55f8 commit c1c5c71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/timezone-update.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
persist-credentials: false
3232
repository: unicode-org/icu-data
3333

34+
- name: Record new version
35+
run: echo "new_version=$(ls icu-data/tzdata/icunew | tail -1)" >> $GITHUB_ENV
36+
3437
- run: ./tools/update-timezone.mjs
3538

3639
- name: Update the expected timezone version in test
@@ -52,7 +55,7 @@ jobs:
5255
console.log(process.versions.tz)
5356
```
5457
branch: actions/timezone-update
55-
commit-message: 'deps: update timezone'
58+
commit-message: 'deps: update timezone to ${{ env.new_version }}'
5659
labels: dependencies
57-
title: 'deps: update timezone'
60+
title: 'deps: update timezone to ${{ env.new_version }}'
5861
reviewers: \@nodejs/i18n-api

0 commit comments

Comments
 (0)