Skip to content

Commit c3fe5ab

Browse files
committed
fix... feat: deprecate handout_repo input and add automatic handout detection
1 parent 9f20bf2 commit c3fe5ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export async function run(): Promise<void> {
204204
})
205205
.join(', ')
206206
const status = `${graderConfig.handout_notice.message} Assignments: ${assignments || 'unknown'}`
207-
core.setOutput('status', status)
207+
core.info(status)
208208
return // Exit action successfully without running grader
209209
}
210210

0 commit comments

Comments
 (0)