We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6a420 commit 1e30e97Copy full SHA for 1e30e97
src/main.ts
@@ -1,10 +1,10 @@
1
-import { setFailed } from '@actions/core'
2
import { which } from '@actions/io'
+import { setFailed } from '@actions/core'
3
import { exec } from '@actions/exec'
4
import { execSync } from 'child_process'
5
+import { join } from 'path'
6
import { valid as validSemver } from 'semver'
7
import { desc as semverSort } from 'semver-sort'
-import { join } from 'path'
8
9
const {
10
GITHUB_ACTOR,
0 commit comments