File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,28 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - name : checkout repo
15
+ - name : Checkout nodejs/node
16
16
uses : actions/checkout@v3
17
17
with :
18
- fetch-depth : ' 0'
19
18
persist-credentials : false
20
19
21
- - name : fetch icu-data
20
+ - name : Checkout unicode-org/ icu-data
22
21
uses : actions/checkout@v3
23
22
with :
24
- fetch-depth : ' 0'
25
23
path : icu-data
26
24
persist-credentials : false
27
25
repository : unicode-org/icu-data
28
26
29
- - name : update icudata file
30
- run : tools/update-timezone.mjs
27
+ - run : ./tools/update-timezone.mjs
31
28
32
- - name : open pull request
29
+ - name : Open Pull Request
33
30
uses : gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f # Create a PR or update the Action's existing PR
34
31
env :
35
32
GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
36
33
with :
37
34
author :
Node.js GitHub Bot <[email protected] >
38
- body : >
39
- updates the ICU files
35
+ body : Updates the ICU files.
40
36
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'
You can’t perform that action at this time.
0 commit comments