Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2aac993

Browse filesBrowse files
RaisinTendanielleadams
authored andcommitted
build: add version info to timezone update PR
Refs: #44950 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #45021 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7da66ef commit 2aac993
Copy full SHA for 2aac993

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+5-2Lines changed: 5 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.