File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ node_js:
18
18
- 12.16.1
19
19
branches :
20
20
only :
21
- - master
21
+ - main
22
22
cache :
23
23
directories :
24
24
- node_modules/
Original file line number Diff line number Diff line change 1
- # OAuth2 for Apps Script [ ![ Build Status] ( https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=master )] ( https://travis-ci.org/googleworkspace/apps-script-oauth2 )
1
+ # OAuth2 for Apps Script [ ![ Build Status] ( https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=main )] ( https://travis-ci.org/googleworkspace/apps-script-oauth2 )
2
2
3
3
OAuth2 for Apps Script is a library for Google Apps Script that provides the
4
4
ability to create and authorize OAuth2 tokens as well as refresh them when they
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h3> </h3>
59
59
60
60
61
61
< section >
62
- < article > < h1 > OAuth2 for Apps Script < a href ="https://travis-ci.org/googleworkspace/apps-script-oauth2 "> < img src ="https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=master " alt ="Build Status "> </ a > </ h1 >
62
+ < article > < h1 > OAuth2 for Apps Script < a href ="https://travis-ci.org/googleworkspace/apps-script-oauth2 "> < img src ="https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=main " alt ="Build Status "> </ a > </ h1 >
63
63
< p > OAuth2 for Apps Script is a library for Google Apps Script that provides the
64
64
ability to create and authorize OAuth2 tokens as well as refresh them when they
65
65
expire. This library uses Apps Script's
You can’t perform that action at this time.
0 commit comments