File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,9 +174,8 @@ try {
174174 const repositories = await getRepos ( )
175175 core . endGroup ( )
176176 core . startGroup ( `✨ Updating notion with ${ repositories . length } services ...` )
177- updateNotion ( repositories )
178- core . endGroup ( )
179- core . setFailed ( error . message )
177+ await updateNotion ( repositories )
178+ core . endGroup ( )
180179 }
181180
182181 refreshData ( )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const process = require('process')
55process . env . INPUT_DATABASE = '2b26b4290cc84d95ad3e93c3255277a1' //'cecaf0beb15945158d155866ff9acce8'
66process . env . INPUT_NOTION_TOKEN = process . env . NOTION_TOKEN
77process . env . INPUT_GITHUB_TOKEN = process . env . GITHUB_TOKEN
8- process . env . INPUT_REPOSITORY_TYPE = 'public '
8+ process . env . INPUT_REPOSITORY_TYPE = 'all '
99process . env . INPUT_GITHUB_OWNER = 'infinitaslearning'
1010
1111const ip = path . join ( __dirname , 'index.js' )
You can’t perform that action at this time.
0 commit comments