Files
create-github-app-token/tests/main-client-id.test.js
T
2026-03-18 20:13:20 +00:00

7 lines
185 B
JavaScript

import { test } from "./main.js";
// Verify `main` accepts a GitHub App client ID via the `app-id` input
await test(() => {
process.env["INPUT_APP-ID"] = "Iv1.0123456789abcdef";
});