Skip to content

Commit

Permalink
fix(config): parsing env
Browse files Browse the repository at this point in the history
  • Loading branch information
owojcikiewicz committed Mar 10, 2024
1 parent 90acbb1 commit 95b3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as core from '@actions/core'
import * as fs from 'fs'
import parseEnv from 'parse-env-string'
import * as parseEnv from 'parse-env-string'

const input = (input: string, required: boolean = false) => {
return core.getInput(input, { required })
Expand Down

0 comments on commit 95b3627

Please sign in to comment.