Skip to content

Commit f3baf96

Browse files
committed
Set up exec constant for JRuby check
1 parent 7ffdbb4 commit f3baf96

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

common.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import exec from "@actions/exec";
2-
31
const os = require('os')
42
const path = require('path')
53
const fs = require('fs')
@@ -8,6 +6,7 @@ const stream = require('stream')
86
const crypto = require('crypto')
97
const core = require('@actions/core')
108
const tc = require('@actions/tool-cache')
9+
const exec = require('@actions/exec')
1110
const { performance } = require('perf_hooks')
1211
const linuxOSInfo = require('linux-os-info')
1312

dist/index.js

+2-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)