- fix formatting
- apply some smaller fixes - enable cache for 1 gitea test (no need to use API) - do not cache and export token in cache - speed up main.test.ts
This commit is contained in:
+2
-1
@@ -14,9 +14,10 @@ async function run(): Promise<void> {
|
||||
function isSupportedPlatform(type: string): type is keyof typeof supportedPlatform {
|
||||
return type in supportedPlatform
|
||||
}
|
||||
core.setOutput('failed', false) // mark the action not failed by default
|
||||
|
||||
core.setOutput('failed', false) // mark the action not failed by default
|
||||
core.startGroup(`📘 Reading input values`)
|
||||
|
||||
try {
|
||||
// read in path specification, resolve github workspace, and repo path
|
||||
const platform = core.getInput('platform') || 'github'
|
||||
|
||||
Reference in New Issue
Block a user