Files
shockbot/test/fixtures/basic.ts
T
Colin McDonnell f65cb4d2e3 Fix undefined bug
2026-01-19 17:44:12 +00:00

11 lines
337 B
TypeScript

import type { Payload } from "../../external.ts";
export default {
"~pullfrog": true,
prompt:
"List all files in the current directory, then create a file called dynamic-test.txt with the content 'This was loaded from a TypeScript file!', then delete it.",
event: {
trigger: "workflow_dispatch",
},
} satisfies Payload;