Skip to content

Commit

Permalink
Rebuild dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri-zganiaiko committed Mar 5, 2020
1 parent d47f09c commit 7b4794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11210,7 +11210,7 @@ async function main() {

const id = uploadedFile[0]["id"]
const url = `https://firebasestorage.googleapis.com/v0/b/${inputs.bucketName}/o/${id}?alt=media`
const body = `❌ ${testNamePrefix} tests run has FAILED. \n Results - ${url}`
const body = `❌ ${inputs.testNamePrefix} tests run has FAILED. \n Results - ${url}`
await client.issues.createComment({..._actions_github__WEBPACK_IMPORTED_MODULE_0__.context.issue, body: body})


Expand Down

0 comments on commit 7b4794e

Please sign in to comment.