Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jun 1, 2022
1 parent 2404ff1 commit b7337e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.js
Expand Up @@ -5,6 +5,10 @@ const filesize = require('filesize')
const pathname = require('path')
const fs = require('fs')

function inform(key, val) {
core.info(`==> ${key}: ${val}`)
}

async function main() {
try {
const token = core.getInput("github_token", { required: true })
Expand Down Expand Up @@ -57,7 +61,7 @@ async function main() {
}

if (runNumber) {
core.info(`==> RunNumber: ${runNumber}`)
core.info(`==> Run number: ${runNumber}`)
}

if (!runID) {
Expand Down

0 comments on commit b7337e5

Please sign in to comment.