Skip to content

Commit 9a5debd

Browse files
committed
add the bundle
1 parent 44ae927 commit 9a5debd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const main = async () => {
131131
/(?<=\*\*Contact Name:\*\* ).*/g,
132132
/(?<=\*\*Contact Email:\*\* ).*/g,
133133
/(?<=\*\*Total Costs:\*\* ).*(?= BTC)/gi,
134-
/(?<=\*\*Total Costs:\*\* ).*(?= DAI)/gi,
134+
/(?<=\*\*Total Costs:\*\* ).*(?=( DAI)|( USD))/gi,
135135
/(?<=\*\*Registered Address:\*\* ).*/g
136136
]
137137

@@ -150,7 +150,7 @@ const main = async () => {
150150
const result = content.match(reg)[0]
151151
core.setOutput(outputs[i], result)
152152
} catch {
153-
core.error(`Match not found for: ${outputs[i]}`)
153+
core.warning(`Match not found for: ${outputs[i]}`)
154154
}
155155
})
156156
}

0 commit comments

Comments
 (0)