docs: document client ID support for app-id
Co-authored-by: parkerbxyz <17183625+parkerbxyz@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||
});
|
||||
Reference in New Issue
Block a user