Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 15, 2024
1 parent 6738b69 commit 42f9dfb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28835,9 +28835,9 @@ const compare_version = __nccwpck_require__(7568)
const parser = __nccwpck_require__(3455)
const core = __nccwpck_require__(6519);
const which = __nccwpck_require__(6315)

const path = __nccwpck_require__(1017)
/*const io = require('@actions/io');
const path = require('path')

const {DefaultArtifactClient} = require('@actions/artifact')
const github = require('@actions/github');

Expand Down
35 changes: 35 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@actions/exec": "^1.1.1",
"action-input-parser": "^1.2.38",
"compare-versions": "^6.1.1",
"path": "^0.12.7",
"which": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const compare_version = require('compare-versions')
const parser = require('action-input-parser')
const core = require('@actions/core');
const which = require('which')

/*const io = require('@actions/io');
const path = require('path')
/*const io = require('@actions/io');
const {DefaultArtifactClient} = require('@actions/artifact')
const github = require('@actions/github');
Expand Down

0 comments on commit 42f9dfb

Please sign in to comment.