Skip to content

Commit 8f952af

Browse files
committed
chore: log env
1 parent 13b1c72 commit 8f952af

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export async function upload({
3333
formData.append('dry_run', 'true');
3434
}
3535

36+
console.log('🔥🔥🔥')
37+
console.log(process.env)
38+
3639
// const formData: Record<string, string | number | boolean> = {
3740
// // github_repo: process.env.GITHUB_REPOSITORY!,
3841
// // github_repo_id: process.env.GITHUB_REPOSITORY_ID!,

0 commit comments

Comments
 (0)