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 2643b76 commit 2c64518Copy full SHA for 2c64518
src/main.ts
@@ -14,6 +14,8 @@ import { parseInputs } from './inputs'
14
import { createOptions } from './options'
15
import { parseGitRefs } from './refs'
16
17
+console.info('Running Code PushUp GitHub action', { node: process.version })
18
+
19
export async function run(
20
artifact = new DefaultArtifactClient(),
21
getOctokit = github.getOctokit,
0 commit comments