Skip to content

Commit bbef3c4

Browse files
RaisinTenrichardlau
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 33707dc commit bbef3c4

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: Open Pull Request
@@ -49,7 +52,7 @@ jobs:
4952
console.log(process.versions.tz)
5053
```
5154
branch: actions/timezone-update
52-
commit-message: 'deps: update timezone'
55+
commit-message: 'deps: update timezone to ${{ env.new_version }}'
5356
labels: dependencies
54-
title: 'deps: update timezone'
57+
title: 'deps: update timezone to ${{ env.new_version }}'
5558
reviewers: \@nodejs/i18n-api

0 commit comments

Comments
 (0)