fix: add missing export

Signed-off-by: Jan Michael Ong <adobejmong@gmail.com>
This commit is contained in:
Jan Michael Ong
2026-04-22 09:19:53 -07:00
parent d5e2dee26a
commit 3b460c2e22
@@ -22,4 +22,4 @@
export * from './actions';
export { githubModule as default } from './module';
export { getOctokitOptions } from './util';
export { getOctokitClient, getOctokitOptions } from './util';