Skip to content

Commit

Permalink
Get directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Feb 27, 2024
1 parent e426b9b commit d4ebab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dockerRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const command = fileMap.pushRunnerPath(
export async function runContainer(): Promise<void> {
fileMap.items.forEach((items: Mapping) => fs.appendFileSync(items.runner.path, ''))
fs.writeFileSync(command!.runner.path, input.get('run'), {mode: 0o755})
core.info(fs.readdirSync("/home/runner/work/_temp/_runner_file_commands/").toString())
core.info(`
Wrote instruction file to "${command!.runner.path}"
with these instructions:
Expand Down

0 comments on commit d4ebab7

Please sign in to comment.