File tree 6 files changed +1869
-1272
lines changed
6 files changed +1869
-1272
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
uses : actions/checkout@v2
133
133
134
134
- name : setup-ruby
135
- uses : actions /setup-ruby@v1
135
+ uses : ruby /setup-ruby@v1
136
136
with :
137
137
ruby-version : ' 2.6'
138
138
Original file line number Diff line number Diff line change 18
18
- name : Set Node.JS
19
19
uses : actions/setup-node@master
20
20
with :
21
- node-version : 16 .x
21
+ node-version : 20 .x
22
22
23
23
- name : npm install
24
24
run : npm install
Original file line number Diff line number Diff line change 9
9
description : ' Path to Podfile.lock file to determine Cocoapods version'
10
10
required : false
11
11
runs :
12
- using : ' node16 '
12
+ using : ' node20 '
13
13
main : ' dist/index.js'
14
14
branding :
15
15
icon : ' code'
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ class OidcClient {
748
748
. catch ( error => {
749
749
throw new Error ( `Failed to get ID Token. \n
750
750
Error Code : ${ error . statusCode } \n
751
- Error Message: ${ error . result . message } ` ) ;
751
+ Error Message: ${ error . message } ` ) ;
752
752
} ) ;
753
753
const id_token = ( _a = res . result ) === null || _a === void 0 ? void 0 : _a . value ;
754
754
if ( ! id_token ) {
You can’t perform that action at this time.
0 commit comments