Skip to content

Commit

Permalink
wip: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 30, 2024
1 parent 13285ab commit 8cce6a2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
48 changes: 38 additions & 10 deletions dist/index.mjs

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

1 change: 1 addition & 0 deletions src/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import axios from 'axios'
import FormData from 'form-data'
import { createReadStream } from 'node:fs'
import { isZipped, zipFolder } from './helpers/zip.mjs'
import { AxiosError } from 'axios'

export const run = async () => {
const appId = core.getInput('appId', {
Expand Down

0 comments on commit 8cce6a2

Please sign in to comment.