Skip to content

Commit b5fce8e

Browse files
committed
removed dotenv
1 parent 33b8894 commit b5fce8e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

action.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const action = require("./action");
22
const core = require("@actions/core");
33
const github = require("@actions/github");
4-
require("dotenv").config();
54

65
describe("asana github actions", () => {
76
let inputs = {};

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
const core = require("@actions/core");
22
const action = require("./action");
3-
require("dotenv").config();
43

54
async function run() {
6-
console.log(require("dotenv").config());
75
try {
86
await action.action();
97
} catch (error) {

0 commit comments

Comments
 (0)