Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
  • Loading branch information
koplo199 and dawidd6 committed Nov 12, 2022
1 parent 806bb52 commit ceeb280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -218,7 +218,7 @@ async function main() {

core.info(`==> Downloading: ${artifact.name}.zip (${size})`)

let zip;
let zip
try {
zip = await client.rest.actions.downloadArtifact({
owner: owner,
Expand Down

0 comments on commit ceeb280

Please sign in to comment.