Skip to content

Commit

Permalink
fixed os dependency in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitafine committed Sep 3, 2022
1 parent a45f909 commit 675d450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const core = __nccwpck_require__(4378);
const tc = __nccwpck_require__(4113);
const exec = __nccwpck_require__(8498);
const { getDownloadObject } = __nccwpck_require__(2462);
const os = __nccwpck_require__(2037);

async function setup() {
try {
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const core = require('@actions/core');
const tc = require('@actions/tool-cache');
const exec = require("@actions/exec");
const { getDownloadObject } = require('./lib/utils');
const os = require('os');

async function setup() {
try {
Expand Down

0 comments on commit 675d450

Please sign in to comment.