Skip to content

Commit a846e06

Browse files
committed
tools: update workflow files with suggestions
1 parent 9ea9e9d commit a846e06

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/timezone-update.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,28 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: checkout repo
15+
- name: Checkout nodejs/node
1616
uses: actions/checkout@v3
1717
with:
18-
fetch-depth: '0'
1918
persist-credentials: false
2019

21-
- name: fetch icu-data
20+
- name: Checkout unicode-org/icu-data
2221
uses: actions/checkout@v3
2322
with:
24-
fetch-depth: '0'
2523
path: icu-data
2624
persist-credentials: false
2725
repository: unicode-org/icu-data
2826

29-
- name: update icudata file
30-
run: tools/update-timezone.mjs
27+
- run: ./tools/update-timezone.mjs
3128

32-
- name: open pull request
29+
- name: Open Pull Request
3330
uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f # Create a PR or update the Action's existing PR
3431
env:
3532
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
3633
with:
3734
author: Node.js GitHub Bot <[email protected]>
38-
body: >
39-
updates the ICU files
35+
body: Updates the ICU files.
4036
branch: actions/timezone-update
41-
commit-message: 'meta: update timezone'
42-
labels: meta
43-
title: 'meta: update timezone'
37+
commit-message: 'deps: update timezone'
38+
labels: dependencies
39+
title: 'deps: update timezone'

0 commit comments

Comments
 (0)