Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ynahmany committed Nov 21, 2024
1 parent 9e24f7e commit f8bd7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function or8n(inputs: ActionInputs): Promise<void> {

const lastRunFilePath = path.resolve(
inputs.pwOutputDir ?? 'test-results',
'.last-run.json'
'.last-ru.yohay.json'
)
if (!fs.existsSync(lastRunFilePath)) {
// Create the file and optionally initialize it with some content
Expand Down

0 comments on commit f8bd7d6

Please sign in to comment.