docs: document client ID support for app-id

Co-authored-by: parkerbxyz <17183625+parkerbxyz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-18 20:13:20 +00:00
parent e9da44231a
commit 8204e76db8
4 changed files with 28 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
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";
});