Skip to content

Commit

Permalink
print env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexivanov committed Mar 20, 2024
1 parent c57deb3 commit 92182b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion out/in-cloud.entrypoint.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/actions/in-cloud/get-inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { getInputFromEnv } from "../../utils/get-input-from-env";

export const getInCloudActionInputs = () => {
// The names, required value, and types should match that in action.yml
console.log(process.env);

const apiToken = getInputFromEnv({
name: "api-token",
required: true,
Expand Down

0 comments on commit 92182b5

Please sign in to comment.