13
13
node-version : [10.x]
14
14
steps :
15
15
- name : Checkout to cli-core repo
16
- - uses : actions/checkout@v2
16
+ uses : actions/checkout@v2
17
17
- run : npm install
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
19
uses : actions/setup-node@v2
@@ -32,17 +32,17 @@ jobs:
32
32
version-type : ${{ steps.update-specs.outputs.version-type }}
33
33
steps :
34
34
- name : Create temporary folder for copying json files fom OAI repo
35
- - run : mkdir -p ~/oai_definitions/json
35
+ run : mkdir -p ~/oai_definitions/json
36
36
- name : Checkout to OAI repo
37
- - uses : actions/checkout@v2
37
+ uses : actions/checkout@v2
38
38
with :
39
39
repository : ' LakshmiRavali/twilio-oai'
40
40
token : ${{ secrets.OAI_TOKEN }}
41
41
- run : |
42
42
cp -R spec/json/. ~/oai_definitions/json/
43
43
cp -R CHANGES.md ~/oai_definitions/CHANGES.md
44
44
- name : Checkout to cli-core repo
45
- - uses : actions/checkout@v2
45
+ uses : actions/checkout@v2
46
46
- name : Update OAI specs
47
47
id : update-specs
48
48
run : |
56
56
needs : [update-api-specs]
57
57
steps :
58
58
- name : Checkout to cli-core repo
59
- - uses : actions/checkout@v2
59
+ uses : actions/checkout@v2
60
60
- run : |
61
61
git pull
62
62
npm install
76
76
needs : [update-api-specs, release]
77
77
steps :
78
78
- name : Checkout to cli-core repo
79
- - uses : actions/checkout@v2
79
+ uses : actions/checkout@v2
80
80
- run : git fetch --tags
81
81
- name : Getting latest tag
82
82
id : get-tag
0 commit comments