Skip to content

Commit

Permalink
Merge pull request #179 from blinemedical/VIDEO-2688-add-missing-require
Browse files Browse the repository at this point in the history
[VIDEO-2688] - Add missing require for io
  • Loading branch information
lyramcmillan authored Mar 19, 2024
2 parents 254c9a3 + 68d4d38 commit 8409da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cleanup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const core = require('@actions/core');
const exec = require('@actions/exec');
const io = require('@actions/io');

async function cleanup() {
if (process.platform === 'win32') {
Expand Down
1 change: 1 addition & 0 deletions dist/post/index.js

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

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

0 comments on commit 8409da6

Please sign in to comment.