We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b8894 commit b5fce8eCopy full SHA for b5fce8e
action.test.js
@@ -1,7 +1,6 @@
1
const action = require("./action");
2
const core = require("@actions/core");
3
const github = require("@actions/github");
4
-require("dotenv").config();
5
6
describe("asana github actions", () => {
7
let inputs = {};
index.js
@@ -1,9 +1,7 @@
async function run() {
- console.log(require("dotenv").config());
try {
8
await action.action();
9
} catch (error) {
0 commit comments